From ffff4090c7ce19dc34b1d0c240d6b72e4a76c53d Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Sun, 12 Aug 2018 14:14:17 +0800 Subject: [PATCH] Update common.scss --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index 8e72e70..567f5c1 100644 --- a/common/common.scss +++ b/common/common.scss @@ -40,6 +40,8 @@ .d-icon { margin-right: 5px; opacity: 0.7; + min-width: 16px; + text-align: center; .rtl & { margin-right: 0; @@ -48,11 +50,13 @@ } .fa-caret-down { + margin-right: 0; margin-left: 5px; transform: rotate(-90deg); transition: transform ease 0.15s; .rtl & { + margin-left: 0; margin-right: 5px; transform: rotate(90deg); }