From: Jeremy Thomas Date: Sun, 8 Apr 2018 15:37:40 +0000 (+0100) Subject: Update changelog X-Git-Tag: 0.7.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aafe3918191a78c23ab79dbeb217cacfa0b7cc9d;p=thirdparty%2Fbulma.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eba5d85b..0a1c35d17 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 d7b6705f4..e1bc19c3d 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 {