mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Ensure that multiple spaces in file names are visible in the file tree (#18330)
GitOrigin-RevId: 512e89d8afbfccf1c981d4f10df1e5729248f381
This commit is contained in:
parent
c8947c781e
commit
95ab3921d7
2 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
|||
text-overflow: ellipsis;
|
||||
text-align: left;
|
||||
padding-right: 32px;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -207,6 +207,7 @@ history-root {
|
|||
.history-version-change-doc {
|
||||
color: @neutral-90;
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.history-version-divider-container {
|
||||
|
@ -502,6 +503,7 @@ history-root {
|
|||
text-align: left;
|
||||
font-weight: normal;
|
||||
flex-grow: 1;
|
||||
white-space: pre;
|
||||
|
||||
&.strikethrough {
|
||||
text-decoration: line-through;
|
||||
|
|
Loading…
Reference in a new issue