From 34d80464cf8a296a789d5dc6ba092ba1464cc6ad Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 23 Jun 2014 23:31:36 -0700 Subject: [PATCH] fix bottom of topic list h3 on mobile --- app/assets/stylesheets/mobile/topic-list.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index c0895b12efe..b165dc84b66 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -258,3 +258,8 @@ ol.category-breadcrumb { .category-notification-menu { display: none; } + +#topic-list-bottom h3 { + clear:both; + padding-top:10px; +}