Merge pull request #31782 from nextcloud/fix/31780_31778/fix-ldap-wizard

Fix ldap wizard styling
This commit is contained in:
blizzz 2022-04-01 10:36:40 +02:00 committed by GitHub
commit 3395a5e1b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,8 @@
}
.tablerow {
display: table-row;
display: flex;
align-items: center;
white-space: nowrap;
text-align: left;
}
@ -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;
}