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.
This commit is contained in:
Vaibhav 2019-06-03 19:34:02 +05:30 committed by Tim Abbott
parent 56e97d5c37
commit 30da8bdf9b
1 changed files with 9 additions and 9 deletions

View File

@ -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;
}
}
}
}