From 858ce02fc83832d7b5b994320115f62d50784fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Roland?= Date: Fri, 6 Jan 2017 14:53:19 +0100 Subject: [PATCH] PLT-5000 (#4817) Fix file upload alignment in tablet and mobile view (#4826) --- webapp/sass/responsive/_mobile.scss | 2 +- webapp/sass/responsive/_tablet.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index d9a9296903..63c8900076 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -1075,7 +1075,7 @@ } .post-create-footer { - padding: 1em 0; + padding: 0 45px 0 45px; .control-label { margin: .5em 0; diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss index c9bc1b06be..ac8b509611 100644 --- a/webapp/sass/responsive/_tablet.scss +++ b/webapp/sass/responsive/_tablet.scss @@ -26,7 +26,7 @@ } .post-create-footer { - padding: 0 1em; + padding: 0 45px 0 45px; .msg-typing { display: none;