MOBILE-2465 ios: Fix embedded audios not seen in iOS

main
Dani Palou 2018-07-10 09:35:52 +02:00
parent bd146e764c
commit 44a453d95d
1 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,9 @@ core-format-text[ng-reflect-single-line="true"] {
.core-media-adapt-width {
max-width: 100%;
}
img.core-media-adapt-width {
height: auto;
}