Commit 9af4623e authored by Jérome Perrin's avatar Jérome Perrin

web_renderjs_ui: increase height of iframe

The default size of iframe is too small for CKEditor to display dialogs
properly. Increase the height so that CKEditor display dialog boxes
correctly.

/reviewed-on !1010
parent 1ff851b1
Pipeline #7259 failed with stage
in 0 seconds
......@@ -442,7 +442,7 @@ svg text {
}
iframe {
width: 100%;
height: 20em;
height: 30em;
background-color: #FFFFFF;
}
img {
......
......@@ -75,9 +75,7 @@
</item>
<item>
<key> <string>content_type</string> </key>
<value>
<none/>
</value>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>default_reference</string> </key>
......@@ -264,7 +262,7 @@
</tuple>
<state>
<tuple>
<float>1574438678.87</float>
<float>1574438679.87</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -565,7 +565,7 @@ svg {
iframe {
width: 100%;
height: 20em;
height: 30em;
background-color: @colorbackground;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment