Skip to content

Commit

Permalink
Merge pull request #31782 from nextcloud/fix/31780_31778/fix-ldap-wizard
Browse files Browse the repository at this point in the history
Fix ldap wizard styling
  • Loading branch information
blizzz authored Apr 1, 2022
2 parents 4b8b73e + 3890081 commit 3395a5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/user_ldap/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
}

.tablerow {
display: table-row;
display: flex;
align-items: center;
white-space: nowrap;
text-align: left;
}
Expand Down Expand Up @@ -226,3 +227,8 @@ select[multiple=multiple] + button {
#ldapSettings div.ui-accordion-content {
background: white;
}

ul.ui-multiselect-checkboxes label {
display: flex;
align-items: center;
}

0 comments on commit 3395a5e

Please sign in to comment.