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
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
@@ -59,16 +59,10 @@ html
|
||||
|
||||
// Media
|
||||
img,
|
||||
embed,
|
||||
iframe,
|
||||
object,
|
||||
video
|
||||
height: auto
|
||||
max-width: 100%
|
||||
|
||||
audio
|
||||
max-width: 100%
|
||||
|
||||
// Iframe
|
||||
iframe
|
||||
border: 0
|
||||
|
||||
Reference in New Issue
Block a user