mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9992 from overleaf/jel-react-dash-sidebar-buttons
[web] React dash - wrap text in sidebar buttons GitOrigin-RevId: 68c037c93049468fd48104a151188fc20a643910
This commit is contained in:
parent
8323cb37e8
commit
9d31ea62b3
1 changed files with 6 additions and 1 deletions
|
@ -54,6 +54,12 @@
|
|||
color: @sidebar-color;
|
||||
}
|
||||
|
||||
button {
|
||||
white-space: normal;
|
||||
word-wrap: anywhere;
|
||||
// prevents buttons from expanding sidebar width
|
||||
}
|
||||
|
||||
> .dropdown {
|
||||
width: 100%;
|
||||
|
||||
|
@ -179,7 +185,6 @@
|
|||
position: relative;
|
||||
padding: @folders-tag-padding;
|
||||
display: @folders-tag-display;
|
||||
white-space: normal;
|
||||
word-wrap: anywhere;
|
||||
|
||||
span.name {
|
||||
|
|
Loading…
Reference in a new issue