Commit e2b52c2d authored by Romain Courteaud's avatar Romain Courteaud

erp5_core: html viewer: do not limit the width of the html

parent ccaf8877
div[data-gadget-url$="gadget_html_viewer.html"] {
max-width: 50em;
display: block;
word-wrap: break-word;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
text-align: justify;
}
div[data-gadget-url$="gadget_html_viewer.html"] canvas,
div[data-gadget-url$="gadget_html_viewer.html"] img,
......
......@@ -13,12 +13,12 @@
div[data-gadget-url$="gadget_html_viewer.html"] {
max-width: 50em;
// max-width: 50em;
// text-align: justify;
display: block;
word-wrap: break-word;
font-family: @sans-serif;
text-align: justify;
canvas, img, iframe, svg {
max-width: 100%;
......
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