undo "fix"
This commit is contained in:
parent
ba4605476a
commit
317a329acb
1 changed files with 7 additions and 3 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue