Remove nowrap from entity tool property labels

This commit is contained in:
Ryan Huffman 2015-05-13 08:35:55 -07:00
parent b658c26799
commit b4416f3bc2

View file

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