From c5d4fefdf9e7f1e86e3a8e6b78b065a1f3f14e6b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 22 Jan 2014 05:33:09 -0500 Subject: [PATCH] feature(style) if owner name to long - it's reduce --- css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/style.css b/css/style.css index b4bef130..2bac0176 100644 --- a/css/style.css +++ b/css/style.css @@ -216,6 +216,20 @@ body { margin-right: 27px; text-align: right; } + +.owner { + display : inline-block; + width : 14%; + text-overflow : ellipsis; + overflow : hidden; + /* when inline-block + * vertical align should be + * set top to prevent additional + * spaces behind lines + */ + vertical-align : top; +} + .mode { float: right; width: 23%;