mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1428
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Bulma Changelog
|
# Bulma Changelog
|
||||||
|
|
||||||
|
## 0.6.3
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* #1428 Fix `media-content` overflow
|
||||||
|
|
||||||
## 0.6.2
|
## 0.6.2
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|||||||
@@ -172,7 +172,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="navbar-item">
|
<div class="navbar-item">
|
||||||
<div class="field is-grouped">
|
<div class="field is-grouped is-grouped-multiline">
|
||||||
<p class="control">
|
<p class="control">
|
||||||
<a href="https://www.patreon.com/jgthms" target="_blank" style="display: block;">
|
<a href="https://www.patreon.com/jgthms" target="_blank" style="display: block;">
|
||||||
<img
|
<img
|
||||||
|
|||||||
@@ -5951,7 +5951,6 @@ a.dropdown-item.is-active {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
-ms-flex-negative: 1;
|
-ms-flex-negative: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
overflow: auto;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,5 +41,4 @@
|
|||||||
flex-basis: auto
|
flex-basis: auto
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
flex-shrink: 1
|
flex-shrink: 1
|
||||||
overflow: auto
|
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|||||||
Reference in New Issue
Block a user