From aafe3918191a78c23ab79dbeb217cacfa0b7cc9d Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 8 Apr 2018 16:37:40 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ docs/css/bulma-docs.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eba5d85..0a1c35d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index d7b6705f..e1bc19c3 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -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 {