From d81be8feb2714f97bb1a1b20b6fcf4bc31035c0f Mon Sep 17 00:00:00 2001 From: phongnt Date: Fri, 24 Jul 2020 19:02:54 +0700 Subject: [PATCH] changes for #245 --- client/src/components/Pill/style.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/components/Pill/style.module.scss b/client/src/components/Pill/style.module.scss index 66eed99..1444a33 100644 --- a/client/src/components/Pill/style.module.scss +++ b/client/src/components/Pill/style.module.scss @@ -15,6 +15,12 @@ } } +@-moz-document url-prefix() { + .close { + margin-bottom: 2px; + } +} + .container { align-items: center; background: $white;