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 {
|
#id_org_profile_preview {
|
||||||
margin-bottom: 20px;
|
width: max-content;
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
gap: 5px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-block.organization-permissions-parent div:first-of-type {
|
.inline-block.organization-permissions-parent div:first-of-type {
|
||||||
|
|
Loading…
Reference in New Issue