mirror of https://github.com/zulip/zulip.git
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:
parent
56e97d5c37
commit
30da8bdf9b
|
@ -236,10 +236,8 @@
|
|||
&.large .ind-tab {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.informational-overlays .tab-switcher {
|
||||
&.allow-overflow {
|
||||
display: flex;
|
||||
|
||||
.ind-tab {
|
||||
|
@ -248,6 +246,8 @@
|
|||
white-space: initial;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* -- unified overlay design component -- */
|
||||
|
|
Loading…
Reference in New Issue