From b4416f3bc25c6e705082840ea87b293e5bbcac82 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 13 May 2015 08:35:55 -0700 Subject: [PATCH] Remove nowrap from entity tool property labels --- examples/html/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/html/style.css b/examples/html/style.css index 864ade23a4..dd2e96ab43 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -243,7 +243,6 @@ table#properties-list { #properties-list .label { font-weight: bold; - white-space: nowrap; overflow: hidden; text-overflow: ellipsis;