[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple fields on the same line on small screens.
Regression in d687febce5868545f99974d2499a91f81a32fef5. Backport of b347dc63d5468564cbb7050461565f4f89032664 from main
This commit is contained in:
parent
4c26bba9c7
commit
47530bfb20
@ -199,12 +199,6 @@ input[type="submit"], button {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset .fieldBox {
|
|
||||||
float: none;
|
|
||||||
margin: 0 -10px;
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset .fieldBox + .fieldBox {
|
fieldset .fieldBox + .fieldBox {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user