diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss
index 4d4e86415..42293634a 100644
--- a/app/assets/stylesheets/mobile/topic-post.scss
+++ b/app/assets/stylesheets/mobile/topic-post.scss
@@ -67,7 +67,7 @@ button {
 
 nav.post-controls {
   clear: both;
-  button {color: scale-color($primary, $lightness: 50%);
+  button { color: scale-color($primary, $lightness: 50%) };
 }