[DE] Bug 55346: change indents and word break

This commit is contained in:
Julia Radzhabova 2022-04-15 11:47:56 +03:00
parent d06eed0083
commit 8a191b4735
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;
}
}