Skip to content

Commit 15d8814

Browse files
authored
Merge pull request #1315 from TIKaushik/feature/1264-role-view-is-unaligned
Fix the Roles view unaligned User Dialog
2 parents febcc16 + 5b6f79f commit 15d8814

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/styles/components/_multi-select.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
.multi-select-container {
9393

9494
$icon-top-margin: 90px;
95-
$multiple-select-expanded-height: 152px;
95+
$multiple-select-expanded-height: 133px;
9696

9797
&.offset-col-1,
9898
&.offset-col-2 {
@@ -106,6 +106,10 @@
106106
height: $multiple-select-expanded-height;
107107
}
108108

109+
&.offset-col-2 .multi-select-col:last-child .row:first-child {
110+
margin-top: 50px;
111+
}
112+
109113
&.offset-col-2 .multi-select-col:last-child select[multiple] {
110114
height: $multiple-select-expanded-height;
111115
}

0 commit comments

Comments
 (0)