Skip to content

Commit fc488c5

Browse files
committed
refactor:resolved PR comments
1 parent cee5905 commit fc488c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/components/Common/Settings/Settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
.PageLayout__head,
1818
.PageLayout__leftSidebar {
19-
border-top: 1 solid $color-base-gray-40;
19+
border-top: 1px solid $color-base-gray-40;
2020
}
2121

2222
.PageLayout--primary {

ui/src/components/LogScreen/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
font-family: 'IBM Plex Mono', monospace;
4646
font-size: $size-font-large;
4747
font-weight: $font-weight-medium;
48-
padding: 5px 0px;
48+
padding: 5px 0;
4949
position: relative;
5050

5151
&.logs-bg {

0 commit comments

Comments
 (0)