[DE] Bug 55346: change indents and word break
This commit is contained in:
parent
d06eed0083
commit
8a191b4735
|
@ -53,7 +53,7 @@
|
||||||
.tree-item {
|
.tree-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
padding: 0px 6px 0 24px;
|
padding: 0px 12px 0 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue