mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update changelog
This commit is contained in:
parent
21e6651e61
commit
aafe391819
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user