From 26bdf79642ed943bb845816c46c3dc554231c5a8 Mon Sep 17 00:00:00 2001 From: sahil839 Date: Wed, 19 May 2021 18:58:31 +0530 Subject: [PATCH] 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. --- static/styles/app_components.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/styles/app_components.css b/static/styles/app_components.css index 27cea005c3..c4aafdeed4 100644 --- a/static/styles/app_components.css +++ b/static/styles/app_components.css @@ -459,6 +459,8 @@ div.overlay { } .upgrade-tip { + width: max-content; + &::before { content: "\f135"; }