mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 03:53:19 +00:00
Merge pull request #1478 from nasa/open1266
[Frontend] .form-row cleanups for Inspector
This commit is contained in:
commit
f09a76e23b
@ -76,9 +76,11 @@
|
||||
&:not(.first) {
|
||||
border-top: 1px solid $colorFormLines;
|
||||
}
|
||||
}
|
||||
.form-row {
|
||||
@include align-items(center);
|
||||
border: none;
|
||||
border: none !important;
|
||||
margin-bottom: 0 !important;
|
||||
padding: $interiorMarginSm 0;
|
||||
.label {
|
||||
min-width: 80px;
|
||||
@ -90,7 +92,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul li,
|
||||
em.t-inspector-part-header {
|
||||
|
Loading…
x
Reference in New Issue
Block a user