From 62a2ae7eb89dbff464a7686076535e254c0a14d6 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 19 Apr 2018 13:56:18 -0400 Subject: [PATCH] post control alignment fix --- assets/stylesheets/solutions.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index c756ee7..ff374b1 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -5,9 +5,8 @@ .post-controls .accepted-text { display: inline-block; font-size: inherit; - vertical-align: middle; - line-height: 35px; - margin-right: -5px; + line-height: 1; + margin-right: -3px; z-index: 999; }