From d8a0046e18e105aa00b319c1ec27ba186b7f6c5c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 22 Jan 2014 05:36:26 -0500 Subject: [PATCH] feature(style) if size to long it reduce --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 2bac0176..4415cafe 100644 --- a/css/style.css +++ b/css/style.css @@ -215,6 +215,8 @@ body { width:16%; margin-right: 27px; text-align: right; + text-overflow: ellipsis; + overflow: hidden; } .owner {