From 2517496bf45926d692edb7c82d86930897d63d1e Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Sun, 19 Oct 2014 22:47:34 -0700
Subject: [PATCH] multiple lines of post-actions smushed on mobile

---
 app/assets/stylesheets/mobile/topic-post.scss | 20 ++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss
index 01860a04c..c2393b63f 100644
--- a/app/assets/stylesheets/mobile/topic-post.scss
+++ b/app/assets/stylesheets/mobile/topic-post.scss
@@ -116,9 +116,18 @@ button {
 }
 
 .post-actions {
-  margin-left: 10px;
-  margin-top: 2px;
   display: inline-block;
+  width: 100%;
+}
+
+.post-action {
+  float: right;
+  margin-right: 10px;
+  clear: right;
+}
+
+.post-action .relative-date {
+  margin-left: 5px;
 }
 
 a.reply-to-tab {
@@ -402,14 +411,7 @@ iframe {
   margin-top: -20px;
 }
 
-.post-action {
-  float:right;
-  margin-right: 10px;
-}
 
-.post-action .relative-date {
-  margin-left: 5px;
-}
 
 .deleted {
 background-color: scale-color($danger, $lightness: 75%);