This commit is contained in:
MathMan05 2024-11-27 20:28:20 -06:00
parent 4b361ad56c
commit 72a918b706

View file

@ -1810,6 +1810,7 @@ fieldset input[type="radio"] {
margin: 16px 16px 0 16px; margin: 16px 16px 0 16px;
/* word-break: break-word; */ /* word-break: break-word; */
overflow: hidden; overflow: hidden;
flex-shrink: 0;
} }
.optionElement:has(.optionElement) { .optionElement:has(.optionElement) {
margin: 0; margin: 0;
@ -1924,7 +1925,7 @@ fieldset input[type="radio"] {
height: calc(100svh - 50px); height: calc(100svh - 50px);
} }
.flexspace { .flexspace {
/*flex-direction: column;*/ /* flex-direction: column; */
} }
.optionElement input[type="text"], .optionElement input[type="text"],
.optionElement textarea, .optionElement textarea,