From de2274a301554240182902ac231247002f04cfd2 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 23 Sep 2014 00:49:09 -0700 Subject: [PATCH] mobile need space between dismiss posts/topic btn --- app/assets/stylesheets/mobile/topic-list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 97d8bbfc2c4..4e46041d419 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -308,3 +308,7 @@ ol.category-breadcrumb { margin-top: 10px; } } + +button.dismiss-read { + margin-right: 10px; +} \ No newline at end of file