Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c326943

Browse files
committed
Nesting - .mx_Dialog_buttons_row
This is used only under mx_Dialog_buttons Signed-off-by: Suguru Hirahara <[email protected]>
1 parent ef9a8a7 commit c326943

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

res/css/_common.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -417,21 +417,21 @@ legend {
417417
// The consumer is responsible for positioning their elements.
418418
float: left;
419419
}
420-
}
421420

422-
.mx_Dialog_buttons_row {
423-
display: flex;
424-
flex-wrap: wrap;
425-
justify-content: flex-end;
426-
text-align: initial;
427-
margin-inline-start: auto;
421+
.mx_Dialog_buttons_row {
422+
display: flex;
423+
flex-wrap: wrap;
424+
justify-content: flex-end;
425+
text-align: initial;
426+
margin-inline-start: auto;
428427

429-
// default gap among elements
430-
column-gap: $spacing-8; // See margin-right below inside the button style
431-
row-gap: 5px; // See margin-bottom below inside the button style
428+
// default gap among elements
429+
column-gap: $spacing-8; // See margin-right below inside the button style
430+
row-gap: 5px; // See margin-bottom below inside the button style
432431

433-
button {
434-
margin: 0 !important; // override the margin settings
432+
button {
433+
margin: 0 !important; // override the margin settings
434+
}
435435
}
436436
}
437437

0 commit comments

Comments
 (0)