mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user