We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35ed2c commit 6120a07Copy full SHA for 6120a07
src/css/tabs/osd.css
@@ -429,16 +429,20 @@ button {
429
430
.tab-osd .switchable-field-flex .switchable-field-description {
431
display: flex;
432
- flex-direction: column;
+ flex-direction: row;
433
/*
434
min width here is counterintuitive/seems to do nothing. but important, stops the variant selects overflowing
435
see https: //stackoverflow.com/questions/36230944/prevent-flex-items-from-overflowing-a-container
436
*/
437
min-width: 0;
438
+ justify-content: space-between;
439
+ width: 100%;
440
+ flex-wrap: wrap;
441
}
442
443
+
444
.tab-osd .switchable-field-flex .switchable-field-description .osd-variant {
- margin-top: 5px;
445
+ flex-grow: 2;
446
447
448
.spacer_box_title span {
0 commit comments