Merge pull request #31803 from nextcloud/backport/31782/stable22

[stable22] Fix ldap wizard styling
This commit is contained in:
Louis 2022-04-04 10:54:03 +02:00 committed by GitHub
commit 0ab5daf9df
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;
}