]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix .delete on .tag
authorAlexandre Cibot <alexandre.cibot@gmail.com>
Thu, 28 Dec 2017 15:44:49 +0000 (16:44 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 Apr 2018 15:36:48 +0000 (16:36 +0100)
sass/elements/tag.sass

index 5b9548f97f7ac92253a2749105d78691d46a4d18..90d04704e5cc690021281f418562e8ab57af9102 100644 (file)
@@ -52,8 +52,8 @@ $tag-delete-margin: 1px !default
   padding-right: 0.75em
   white-space: nowrap
   .delete
-    margin-left: 0.25em
-    margin-right: -0.375em
+    margin-left: 0.25rem
+    margin-right: -0.375rem
   // Colors
   @each $name, $pair in $colors
     $color: nth($pair, 1)