Skip to content

Commit

Permalink
Fix ldap wizard styling
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny authored and backportbot[bot] committed Apr 2, 2022
1 parent ccca757 commit f60954e
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 f60954e

Please sign in to comment.