Adjust osd variant picker wrapping

10.8-maintenance
Ben Lumley 2022-05-18 11:56:12 +01:00
parent c35ed2ca89
commit 6120a0754a
1 changed files with 6 additions and 2 deletions

View File

@ -429,16 +429,20 @@ button {
.tab-osd .switchable-field-flex .switchable-field-description { .tab-osd .switchable-field-flex .switchable-field-description {
display: flex; display: flex;
flex-direction: column; flex-direction: row;
/* /*
min width here is counterintuitive/seems to do nothing. but important, stops the variant selects overflowing min width here is counterintuitive/seems to do nothing. but important, stops the variant selects overflowing
see https: //stackoverflow.com/questions/36230944/prevent-flex-items-from-overflowing-a-container see https: //stackoverflow.com/questions/36230944/prevent-flex-items-from-overflowing-a-container
*/ */
min-width: 0; min-width: 0;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
} }
.tab-osd .switchable-field-flex .switchable-field-description .osd-variant { .tab-osd .switchable-field-flex .switchable-field-description .osd-variant {
margin-top: 5px; flex-grow: 2;
} }
.spacer_box_title span { .spacer_box_title span {