Skip to content

Commit 3c7403f

Browse files
st3inyartonge
authored andcommitted
Fix ldap wizard styling
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent d2a16ce commit 3c7403f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/user_ldap/css/settings.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
}
1010

1111
.tablerow {
12-
display: table-row;
12+
display: flex;
13+
align-items: center;
1314
white-space: nowrap;
1415
text-align: left;
1516
}
@@ -226,3 +227,8 @@ select[multiple=multiple] + button {
226227
#ldapSettings div.ui-accordion-content {
227228
background: white;
228229
}
230+
231+
ul.ui-multiselect-checkboxes label {
232+
display: flex;
233+
align-items: center;
234+
}

0 commit comments

Comments
 (0)