]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #2060
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 20 May 2019 21:10:34 +0000 (22:10 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 20 May 2019 21:10:34 +0000 (22:10 +0100)
CHANGELOG.md
sass/base/minireset.sass

index 4b7a23e49ba2dfefd3f7a7687c96edbe3bf32aa3..ab7f2915037a697ec6d2e42d37e3a84f5db8997a 100644 (file)
@@ -4,7 +4,8 @@
 
 ### Bug fixes
 
-* Fix #2031, Fix #2483 Invalid output when declaring a custom shade map
+* Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
+* Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
 
 ## 0.7.5
 
index a488f121fce5f8e0d2fe32ba7ac6559ad474a886..dcdb5ca7e5dbb865e58b2133b46f7b7c5489b166 100644 (file)
@@ -59,16 +59,10 @@ html
 
 // Media
 img,
-embed,
-iframe,
-object,
 video
   height: auto
   max-width: 100%
 
-audio
-  max-width: 100%
-
 // Iframe
 iframe
   border: 0