From fbd3727c7d8493964d32dbe40b04b5252fcf35ed Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 13 Dec 2016 15:26:16 +0800 Subject: [PATCH] UX: Improve group edit style for mobile. --- app/assets/stylesheets/mobile/group.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/assets/stylesheets/mobile/group.scss b/app/assets/stylesheets/mobile/group.scss index c254518732c..b465ba77612 100644 --- a/app/assets/stylesheets/mobile/group.scss +++ b/app/assets/stylesheets/mobile/group.scss @@ -32,6 +32,18 @@ background-color: $quaternary; } +.form-horizontal { + .control-group { + margin-bottom: 10px; + } + + .group-flair-inputs { + .group-flair-right { + margin: 0px + } + } +} + table.group-logs { width: 130%; }