From bf8085e436f379ffabc5b217ea0cefdbb7430677 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Fri, 22 May 2020 13:33:29 -0500 Subject: [PATCH] FIX: Double Button Alignment Mobile (#9862) --- app/assets/stylesheets/mobile/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index db68682303d..d84b4a727cf 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -36,6 +36,7 @@ span.badge-posts { .double-button { display: flex; flex: 0 1 auto; + align-items: center; button { &.like, &.read-indicator,