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 {