mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #2060
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
### Bug fixes
|
### 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
|
## 0.7.5
|
||||||
|
|
||||||
|
|||||||
@@ -59,16 +59,10 @@ html
|
|||||||
|
|
||||||
// Media
|
// Media
|
||||||
img,
|
img,
|
||||||
embed,
|
|
||||||
iframe,
|
|
||||||
object,
|
|
||||||
video
|
video
|
||||||
height: auto
|
height: auto
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
|
|
||||||
audio
|
|
||||||
max-width: 100%
|
|
||||||
|
|
||||||
// Iframe
|
// Iframe
|
||||||
iframe
|
iframe
|
||||||
border: 0
|
border: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user