]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 Apr 2018 15:37:40 +0000 (16:37 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 Apr 2018 16:59:24 +0000 (17:59 +0100)
CHANGELOG.md
docs/css/bulma-docs.css

index 0eba5d85b8edc80afaac8065784d421a2bc11095..0a1c35d17818685dfd3903e438912c0f4a5fbfd2 100644 (file)
@@ -16,6 +16,8 @@
 
 ### Bug fixes
 
+* #1571 Fix position of delete button on `.tag`
+* #1549 Implementing a simple version of the native sass percentage function
 * #1707 Disable table hover in `.content` by default
 * #1428 Fix `media-content` overflow
 
index d7b6705f4362353cdd38ffb2880242ddcdcf7279..e1bc19c3d58f11c96357bb69e38b95fbe985a95a 100644 (file)
@@ -4806,8 +4806,8 @@ a.box:active {
 }
 
 .tag:not(body) .delete {
-  margin-left: 0.25em;
-  margin-right: -0.375em;
+  margin-left: 0.25rem;
+  margin-right: -0.375rem;
 }
 
 .tag:not(body).is-white {