From 72c03eb8f2ea91761ec813d1c646c669ac9d9d13 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 7 May 2013 19:48:40 +0200 Subject: [PATCH] fix entry name overflow --- src/main/webapp/sass/components/_entry-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/sass/components/_entry-list.scss b/src/main/webapp/sass/components/_entry-list.scss index 06af5263..ea12dced 100644 --- a/src/main/webapp/sass/components/_entry-list.scss +++ b/src/main/webapp/sass/components/_entry-list.scss @@ -49,7 +49,7 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - margin-right: 100px; + margin-right: 125px; } #feed-accordion .entry-heading .shrink {