mirror of
https://github.com/overte-org/overte.git
synced 2025-06-26 02:10:20 +02:00
Merge pull request #4851 from huffman/fix-edit-properties-width
Remove nowrap from entity tool property labels
This commit is contained in:
commit
072a982fe3
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ table#properties-list {
|
||||||
|
|
||||||
#properties-list .label {
|
#properties-list .label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue