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 <[email protected]>
  • Loading branch information
st3iny committed Mar 31, 2022
1 parent 800fae0 commit 3890081
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 3890081

Please sign in to comment.