]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix media content overflow
authorJeremy Thomas <bbxdesign@gmail.com>
Tue, 7 Nov 2017 14:04:53 +0000 (14:04 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 7 Nov 2017 14:04:53 +0000 (14:04 +0000)
docs/css/bulma-docs.css
sass/components/media.sass

index 68cd5b74e6fde29292da06b7c2c2b04b3a23c6b9..fc66d2dcb0e73da25a8ecafd757c5c3f10ae9064 100644 (file)
@@ -5920,6 +5920,7 @@ a.dropdown-item.is-active {
           flex-grow: 1;
   -ms-flex-negative: 1;
       flex-shrink: 1;
+  overflow: auto;
   text-align: left;
 }
 
index cb5df08be540a658910d04c312c4b5b7b3956ed5..b9f5bbf9a9317d71223820e351f8703c42e275b0 100644 (file)
@@ -41,4 +41,5 @@
   flex-basis: auto
   flex-grow: 1
   flex-shrink: 1
+  overflow: auto
   text-align: left