mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-57187 filter_mediaplugin: fix audio tag height in chrome
Chrome's html5 audio tags don't have a height and 'auto' renders them with zero height, so added a min height to address this.
This commit is contained in:
parent
6749b071d9
commit
c19c53161a
@ -14,6 +14,7 @@
|
||||
width: 100vw;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.mediaplugin > div {
|
||||
|
Loading…
x
Reference in New Issue
Block a user