Merge pull request #1699 from ONLYOFFICE/fix/bugfix

[DE] Bug 55346: change indents and word break
This commit is contained in:
Julia Radzhabova 2022-04-15 11:54:29 +03:00 committed by GitHub
commit 9a384ac76d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
.tree-item {
width: 100%;
min-height: 28px;
padding: 0px 6px 0 24px;
padding: 0px 12px 0 24px;
}
.name {

View file

@ -38,7 +38,7 @@
.name {
white-space: pre-wrap;
word-break: break-all;
word-break: break-word;
max-height: 350px;
}
}