We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1552697 commit 24fc074Copy full SHA for 24fc074
lib/runtime/plots.js
@@ -77,7 +77,7 @@ export default {
77
const v = views.render(webview({
78
class: 'blinkjl',
79
src: url,
80
- style: 'width: 100% height: 100%'
+ style: 'width: 100%; height: 100%'
81
})
82
)
83
v.classList.add('native-key-bindings')
0 commit comments