css fix
This commit is contained in:
parent
4b361ad56c
commit
72a918b706
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue