Merge pull request #1408 from dpalou/MOBILE-2465
MOBILE-2465 ios: Fix embedded audios not seen in iOSmain
commit
c6eb8c24af
|
@ -268,6 +268,9 @@ core-format-text[ng-reflect-single-line="true"] {
|
||||||
|
|
||||||
.core-media-adapt-width {
|
.core-media-adapt-width {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.core-media-adapt-width {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue