From 9e75f23d8f3bde8da281a6f209e96da60703fb4d Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 6 Aug 2013 11:14:12 +0200 Subject: [PATCH] display more of the feed name --- src/main/webapp/sass/mobile/_mobile.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/sass/mobile/_mobile.scss b/src/main/webapp/sass/mobile/_mobile.scss index 7fe4aa94..87df3480 100644 --- a/src/main/webapp/sass/mobile/_mobile.scss +++ b/src/main/webapp/sass/mobile/_mobile.scss @@ -23,6 +23,9 @@ margin-left: 0; margin-right: 0; } + #feed-accordion .entry-heading .feed-name { + width: 50%; + } #feed-accordion .feed-name { margin-top: 22px; }