File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -949,17 +949,6 @@ styles = jss
949
949
{ " &:first-child, &:last-child" : { display: " none" }
950
950
}
951
951
952
- -- not InlineTable Form rules
953
- , " &:not(.inline-table)" :
954
- { " & .labeled-field" :
955
- { paddingBottom: " 16px"
956
-
957
- , " &[data-force-top-label=\" true\" ] lumi-align-to-input" :
958
- { padding: " 0 0 4px 0"
959
- }
960
- }
961
- }
962
-
963
952
, " &.readonly label.lumi" :
964
953
{ cursor: " auto"
965
954
, userSelect: " auto"
@@ -972,10 +961,25 @@ styles = jss
972
961
, " &:hover" : { textDecoration: " underline" }
973
962
}
974
963
964
+ -- not InlineTable Form rules
965
+ , " & .labeled-field" :
966
+ { paddingBottom: " 16px"
967
+
968
+ , " &[data-force-top-label=\" true\" ] lumi-align-to-input" :
969
+ { padding: " 0 0 4px 0"
970
+ }
971
+ }
972
+
975
973
, " &.inline-table" :
976
974
{ -- If necessary, override the not(.inline-table)
977
975
-- rule above (for nested forms)
978
- " & .labeled-field" : { paddingBottom: " 0" }
976
+ " & .labeled-field" :
977
+ { paddingBottom: " 0"
978
+
979
+ , " &[data-force-top-label=\" true\" ] lumi-align-to-input" :
980
+ { padding: " 0"
981
+ }
982
+ }
979
983
980
984
, " & hr.lumi.field-divider" :
981
985
{ height: " 0.1rem"
You can’t perform that action at this time.
0 commit comments