Merge pull request #4080 from overleaf/ae-symbol-tabs-overflow

Allow symbol palette tabs to wrap when needed

GitOrigin-RevId: a878490e70d9ea139d8e788fb3d47d766ed49bcc
This commit is contained in:
Alf Eaton 2021-05-25 10:55:25 +01:00 committed by Copybot
parent 5806cfcb10
commit 6dc7f662aa

View file

@ -24,6 +24,7 @@
.symbol-palette-tab-list[data-reach-tab-list] {
background: none;
border-bottom: none;
flex-wrap: wrap;
}
.symbol-palette-tab[data-reach-tab][data-selected] {