org_settings: Improve organization preview button layout.

This commit is contained in:
Karl Stolley 2024-06-14 12:35:18 -05:00 committed by Tim Abbott
parent 6364010df5
commit ec33bde88f
1 changed files with 4 additions and 3 deletions

View File

@ -530,10 +530,11 @@ input[type="checkbox"] {
}
#id_org_profile_preview {
margin-bottom: 20px;
display: inline-flex;
justify-content: space-evenly;
width: max-content;
display: flex;
gap: 5px;
align-items: center;
margin-bottom: 20px;
}
.inline-block.organization-permissions-parent div:first-of-type {