From 55ceec2ac396bf18d273a90fb0800a818aed6606 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 30 Nov 2020 01:13:56 +0800 Subject: [PATCH] UX: adds margins to assign tag in composer-popup (#119) This PR adds some margins to the assign tags in the composer-popup. Before After --- assets/stylesheets/assigns.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/assigns.scss b/assets/stylesheets/assigns.scss index 7b30348..f9017ba 100644 --- a/assets/stylesheets/assigns.scss +++ b/assets/stylesheets/assigns.scss @@ -19,6 +19,10 @@ .assign-text { margin-right: 0.25em; } + + .composer-popup & { + margin-left: 0.5em; + } } .topic-body {