Skip to content

Commit e392215

Browse files
authored
Fix overlapping buttons in “Series details → Access policy” dialog #1426 (#1439)
* #1422 fixed the button alignment. * #1422 fixed the button alignment.
1 parent cc5289b commit e392215

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/components/modals/_footer.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
border-bottom-right-radius: variables.$main-border-radius;
3232
background: color.adjust(variables.$body-background, $lightness: -3%);
3333
border-top: 1px solid variables.$main-border-color;
34+
div {
35+
&.pull-right{
36+
float:right;
37+
}
38+
}
3439

3540
button {
3641
@include button.btn(green);

0 commit comments

Comments
 (0)