This commit is contained in:
Jeremy Thomas 2018-01-16 11:36:17 +01:00
parent f5d8d22462
commit 00801d1e60
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Bulma Changelog
## 0.6.3
### Bug fixes
* #1428 Fix `media-content` overflow
## 0.6.2
### New features

View File

@ -172,7 +172,7 @@
</span>
</a>
<div class="navbar-item">
<div class="field is-grouped">
<div class="field is-grouped is-grouped-multiline">
<p class="control">
<a href="https://www.patreon.com/jgthms" target="_blank" style="display: block;">
<img

View File

@ -5951,7 +5951,6 @@ a.dropdown-item.is-active {
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
overflow: auto;
text-align: left;
}

View File

@ -41,5 +41,4 @@
flex-basis: auto
flex-grow: 1
flex-shrink: 1
overflow: auto
text-align: left