Skip to content

Commit 0ab5daf

Browse files
authored
Merge pull request #31803 from nextcloud/backport/31782/stable22
[stable22] Fix ldap wizard styling
2 parents c3a004d + 885fccd commit 0ab5daf

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)