Fix #1428
This commit is contained in:
parent
f5d8d22462
commit
00801d1e60
4 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
|||
# Bulma Changelog
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* #1428 Fix `media-content` overflow
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### New features
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5951,7 +5951,6 @@ a.dropdown-item.is-active {
|
|||
flex-grow: 1;
|
||||
-ms-flex-negative: 1;
|
||||
flex-shrink: 1;
|
||||
overflow: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
|
@ -41,5 +41,4 @@
|
|||
flex-basis: auto
|
||||
flex-grow: 1
|
||||
flex-shrink: 1
|
||||
overflow: auto
|
||||
text-align: left
|
||||
|
|
Loading…
Add table
Reference in a new issue