editor: set a fixed width to iframe to avoid responsive styles
This commit is contained in:
parent
5fe1ded857
commit
f5c29519fb
|
|
@ -78,7 +78,8 @@ button {
|
|||
}
|
||||
|
||||
.output-html {
|
||||
width: 100%;
|
||||
// set a fixed size so that responsive styles won't be applied in the iframe
|
||||
width: 801px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue