Merge pull request #1408 from dpalou/MOBILE-2465

MOBILE-2465 ios: Fix embedded audios not seen in iOS
main
Juan Leyva 2018-07-10 09:57:33 +02:00 committed by GitHub
commit c6eb8c24af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}