From a47a71dd82df9b01aee92143dcec678a510c98d6 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Tue, 15 Sep 2015 14:28:31 -0700
Subject: [PATCH] fix cancel button alignment on mobile editor

---
 app/assets/stylesheets/mobile/compose.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss
index cc0c26f0f..5ee2889cb 100644
--- a/app/assets/stylesheets/mobile/compose.scss
+++ b/app/assets/stylesheets/mobile/compose.scss
@@ -63,8 +63,7 @@ input {
   }
   a.cancel {
     padding-left: 7px;
-    float: left;
-    margin-top: 6px;
+    line-height: 30px;
   }
   .control-row {
     margin: 0 0 0 5px;