From ae83d1276a66e8d00fe7213260bf8aac3517a64e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 22 Jan 2014 05:41:21 -0500 Subject: [PATCH] feature(style) prevent text from wrapping in .size and .owner --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 7aaf38c4..93354806 100644 --- a/css/style.css +++ b/css/style.css @@ -217,6 +217,7 @@ body { text-align: right; text-overflow: ellipsis; overflow: hidden; + white-space : nowrap; } .owner { @@ -224,6 +225,7 @@ body { width : 14%; text-overflow : ellipsis; overflow : hidden; + white-space : nowrap; /* when inline-block * vertical align should be * set top to prevent additional