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:
sahil839 2021-05-19 18:58:31 +05:30 committed by Tim Abbott
parent cf23a09532
commit 48761208f0
1 changed files with 2 additions and 0 deletions

View File

@ -459,6 +459,8 @@ div.overlay {
}
.upgrade-tip {
width: max-content;
&::before {
content: "\f135";
}