Update changelog

This commit is contained in:
Jeremy Thomas
2018-04-08 16:37:40 +01:00
parent 21e6651e61
commit aafe391819
2 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,8 @@
### Bug fixes ### 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 * #1707 Disable table hover in `.content` by default
* #1428 Fix `media-content` overflow * #1428 Fix `media-content` overflow

View File

@@ -4806,8 +4806,8 @@ a.box:active {
} }
.tag:not(body) .delete { .tag:not(body) .delete {
margin-left: 0.25em; margin-left: 0.25rem;
margin-right: -0.375em; margin-right: -0.375rem;
} }
.tag:not(body).is-white { .tag:not(body).is-white {