Skip to content

Commit 16b6a70

Browse files
committed
[Frontend] Cleanups for Inspector
Fixes nasa#1266
1 parent 1a7260c commit 16b6a70

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

platform/commonUI/general/res/sass/_inspector.scss

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,18 @@
7676
&:not(.first) {
7777
border-top: 1px solid $colorFormLines;
7878
}
79-
.form-row {
80-
@include align-items(center);
81-
border: none;
82-
padding: $interiorMarginSm 0;
83-
.label {
84-
min-width: 80px;
85-
}
86-
input[type='text'],
87-
input[type='search'] {
88-
width: 100%;
89-
}
79+
}
80+
.form-row {
81+
@include align-items(center);
82+
border: none !important;
83+
margin-bottom: 0 !important;
84+
padding: $interiorMarginSm 0;
85+
.label {
86+
min-width: 80px;
87+
}
88+
input[type='text'],
89+
input[type='search'] {
90+
width: 100%;
9091
}
9192
}
9293
}

0 commit comments

Comments
 (0)