undo "fix"

This commit is contained in:
MathMan05 2024-11-27 21:07:46 -06:00
parent ba4605476a
commit 317a329acb

View file

@ -1801,6 +1801,7 @@ fieldset input[type="radio"] {
.flexspace { .flexspace {
overflow-y: auto; overflow-y: auto;
padding-bottom: 32px; padding-bottom: 32px;
flex-shrink: 0;
} }
.flexspace:has(.flexspace) { .flexspace:has(.flexspace) {
height: 100%; height: 100%;
@ -1812,11 +1813,14 @@ fieldset input[type="radio"] {
overflow: hidden; overflow: hidden;
flex-shrink: 0; flex-shrink: 0;
} }
.flexltr > .optionElement{ .flexltr:has(.optionElement){
/* margin: 16px 16px 0 16px !important; */
}
.flexltr > .optionElement{
margin: 16px 6px 0 0px; margin: 16px 6px 0 0px;
} }
.optionElement:has(.optionElement) { .optionElement:has(.optionElement) {
/* margin: 0; */ margin: 0;
} }
.optionElement:has(.Buttons) { .optionElement:has(.Buttons) {
height: 100%; height: 100%;