mirror of https://github.com/zulip/zulip.git
css: Change width of upgrade-tip and to max-content.
We change the width of upgrade-tip to be max-content such that it matches with the other elements in settings overlay like dropdown, which are not of full width.
This commit is contained in:
parent
cf23a09532
commit
48761208f0
|
@ -459,6 +459,8 @@ div.overlay {
|
|||
}
|
||||
|
||||
.upgrade-tip {
|
||||
width: max-content;
|
||||
|
||||
&::before {
|
||||
content: "\f135";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue