Merge pull request #1699 from ONLYOFFICE/fix/bugfix
[DE] Bug 55346: change indents and word break
This commit is contained in:
commit
9a384ac76d
|
@ -53,7 +53,7 @@
|
|||
.tree-item {
|
||||
width: 100%;
|
||||
min-height: 28px;
|
||||
padding: 0px 6px 0 24px;
|
||||
padding: 0px 12px 0 24px;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
.name {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
max-height: 350px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue