Skip to content

Commit

Permalink
Fix #2060
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed May 20, 2019
1 parent 14497d9 commit 412bef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions sass/base/minireset.sass
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,10 @@ html

// Media
img,
embed,
iframe,
object,
video
height: auto
max-width: 100%

audio
max-width: 100%

// Iframe
iframe
border: 0
Expand Down

0 comments on commit 412bef4

Please sign in to comment.