Commit dbac0433ba41fd5682ca58cf2d609f45a0637c22
1 parent
da629ae8
check preview content in admin part
Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -188,7 +188,7 @@ module Kanjai | @@ -188,7 +188,7 @@ module Kanjai | ||
| 188 | 188 | ||
| 189 | #<link rel="stylesheet" href="./assets/css/libs.bundle.css" /> | 189 | #<link rel="stylesheet" href="./assets/css/libs.bundle.css" /> |
| 190 | 190 | ||
| 191 | - "<iframe frameBorder='0' src='data:text/html;charset=utf-8,#{ERB::Util.url_encode(content)}'></iframe>" | 191 | + "<iframe width='100%' frameBorder='0' src='data:text/html;charset=utf-8,#{ERB::Util.url_encode(content)}'></iframe>" |
| 192 | end | 192 | end |
| 193 | 193 | ||
| 194 | 194 |