]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #1428
authorJeremy Thomas <bbxdesign@gmail.com>
Tue, 16 Jan 2018 10:36:17 +0000 (11:36 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 16 Jan 2018 10:36:17 +0000 (11:36 +0100)
CHANGELOG.md
docs/_includes/navbar.html
docs/css/bulma-docs.css
sass/components/media.sass

index 7dce83394a78cc6f1ff4f85ee0264fdfe5fe0fe6..474897fb7c7b8639072a27a659c91fde31f35bd4 100644 (file)
@@ -1,5 +1,11 @@
 # Bulma Changelog
 
+## 0.6.3
+
+### Bug fixes
+
+* #1428 Fix `media-content` overflow
+
 ## 0.6.2
 
 ### New features
index ac21a07645b4fdc1865e0680b5e2909d5bf4c22e..faac2f7f394fcd160d5b284bc4fb926eebc8fe71 100644 (file)
         </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
index bc00ee41ed350fbd8e99fced3b4f69a623a69227..7038739e73d7a003a3f9fc97834dcfc4e3521ec0 100644 (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;
 }
 
index b9f5bbf9a9317d71223820e351f8703c42e275b0..cb5df08be540a658910d04c312c4b5b7b3956ed5 100644 (file)
@@ -41,5 +41,4 @@
   flex-basis: auto
   flex-grow: 1
   flex-shrink: 1
-  overflow: auto
   text-align: left