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;