From c60912f71451dab0aaf02260fd76de53cfaba2c3 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Wed, 18 Sep 2013 00:37:56 -0400 Subject: [PATCH] mobile: blockquote title fix --- app/assets/stylesheets/mobile/topic-post.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/topic-post.css.scss b/app/assets/stylesheets/mobile/topic-post.css.scss index 18dad6420..a1618b2b1 100644 --- a/app/assets/stylesheets/mobile/topic-post.css.scss +++ b/app/assets/stylesheets/mobile/topic-post.css.scss @@ -462,6 +462,7 @@ blockquote { border-left: 5px solid #bebebe; background-color: #f1f1f1; padding: 10px 10px 0 12px; + clear: both; .avatar { margin-right: 7px; } }