Commit dbac0433ba41fd5682ca58cf2d609f45a0637c22

Authored by Andrey Karpikov
1 parent da629ae8

check preview content in admin part

... ... @@ -188,7 +188,7 @@ module Kanjai
188 188
189 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 192 end
193 193
194 194
... ...
1 1 module Kanjai
2   - VERSION = "0.0.321"
  2 + VERSION = "0.0.322"
3 3 end
... ...