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