Merge pull request #11090 from annando/audio-width

Use 100% width for audio elements
This commit is contained in:
Hypolite Petovan 2021-12-11 09:52:09 -05:00 committed by GitHub
commit f4907a48d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -666,3 +666,7 @@ body.dragging, body.dragging * {
span.required {
color: #c80000;
}
audio {
width: 100%;
}