Merge pull request #4851 from huffman/fix-edit-properties-width

Remove nowrap from entity tool property labels
This commit is contained in:
Brad Hefta-Gaub 2015-05-13 17:45:57 -07:00
commit 072a982fe3

View file

@ -243,7 +243,6 @@ table#properties-list {
#properties-list .label {
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;