JI-2872 Fix h5p content font size in safari ios devices (#114)
parent
d3d003e978
commit
c79f97a16f
|
@ -55,6 +55,8 @@ html.h5p-iframe .h5p-content {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
-webkit-text-size-adjust: none;
|
||||||
|
text-size-adjust: none;
|
||||||
}
|
}
|
||||||
html.h5p-iframe .h5p-fullscreen .h5p-content,
|
html.h5p-iframe .h5p-fullscreen .h5p-content,
|
||||||
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
|
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
|
||||||
|
|
Loading…
Reference in New Issue