JI-2872 Fix h5p content font size in safari ios devices

pull/114/head
Ravi Majithia 2022-01-03 16:48:49 +01:00
parent d3d003e978
commit 8deb0f7ddc
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ html.h5p-iframe .h5p-content {
line-height: 1.5em;
width: 100%;
height: auto;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
html.h5p-iframe .h5p-fullscreen .h5p-content,
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {