mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 22:30:48 +00:00
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:
parent
5806cfcb10
commit
6dc7f662aa
1 changed files with 1 additions and 0 deletions
|
@ -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] {
|
||||
|
|
Loading…
Reference in a new issue