We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7260c commit 16b6a70Copy full SHA for 16b6a70
platform/commonUI/general/res/sass/_inspector.scss
@@ -76,17 +76,18 @@
76
&:not(.first) {
77
border-top: 1px solid $colorFormLines;
78
}
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
+ }
+ .form-row {
+ @include align-items(center);
+ border: none !important;
+ margin-bottom: 0 !important;
+ padding: $interiorMarginSm 0;
+ .label {
+ min-width: 80px;
+ input[type='text'],
+ input[type='search'] {
90
+ width: 100%;
91
92
93
0 commit comments