Skip to content

Commit 2cdade0

Browse files
committed
Fix the Roles view unaligned User Dialog
1 parent 31088ac commit 2cdade0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/styles/components/_multi-select.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
.multi-select-container {
128128

129129
$icon-top-margin: 90px;
130-
$multiple-select-expanded-height: 152px;
130+
$multiple-select-expanded-height: 133px;
131131

132132
&.offset-col-1,
133133
&.offset-col-2 {
@@ -141,6 +141,10 @@
141141
height: $multiple-select-expanded-height;
142142
}
143143

144+
&.offset-col-2 .multi-select-col:last-child .row:first-child {
145+
margin-top: 50px;
146+
}
147+
144148
&.offset-col-2 .multi-select-col:last-child select[multiple] {
145149
height: $multiple-select-expanded-height;
146150
}

0 commit comments

Comments
 (0)