mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
[Frontend] Added "first" CSS class applied to form-row elements
WTD-1002 WTD-1005 Made form.html add CSS class "first" to each form-row element in order to allow proper border-top styling;
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
margin-top: $interiorMargin;
|
||||
padding: $interiorMargin;
|
||||
position: relative;
|
||||
&:first-child {
|
||||
// border-top: none;
|
||||
&.first {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.label,
|
||||
|
Reference in New Issue
Block a user