mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Update changelog
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user