mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -459,6 +459,8 @@ div.overlay {
|
||||
}
|
||||
|
||||
.upgrade-tip {
|
||||
width: max-content;
|
||||
|
||||
&::before {
|
||||
content: "\f135";
|
||||
}
|
||||
|
Reference in New Issue
Block a user