From 30da8bdf9b82b89528869bbc20378dc517a19a6b Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 3 Jun 2019 19:34:02 +0530 Subject: [PATCH] css: Rename info-overlay tab-switcher to `.tab-switcher.allow-overflow`. This apparently is no longer used in any place hence there were no changes required in the templates. --- static/styles/app_components.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/static/styles/app_components.scss b/static/styles/app_components.scss index 45b6dd27a5..08198cf874 100644 --- a/static/styles/app_components.scss +++ b/static/styles/app_components.scss @@ -236,17 +236,17 @@ &.large .ind-tab { width: 100%; } - } -} -.informational-overlays .tab-switcher { - display: flex; + &.allow-overflow { + display: flex; - .ind-tab { - display: flex; - text-overflow: initial; - white-space: initial; - vertical-align: middle; + .ind-tab { + display: flex; + text-overflow: initial; + white-space: initial; + vertical-align: middle; + } + } } }