mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #2060
This commit is contained in:
parent
14497d91f1
commit
412bef468f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user