Merge pull request #31804 from nextcloud/backport/31782/stable23

[stable23] Fix ldap wizard styling
This commit is contained in:
blizzz 2022-04-14 13:33:56 +02:00 committed by GitHub
commit 04c8cf4cad
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;
}