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:
Jessica Lawshe
2022-10-17 10:54:29 -05:00
committed by Copybot
parent a3c81a8866
commit 3ecc1b253e

View File

@@ -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 {