mirror of https://github.com/zulip/zulip.git
org_settings: Improve organization preview button layout.
This commit is contained in:
parent
6364010df5
commit
ec33bde88f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue