Merge pull request #1921 from samueleaton/patch-1

adds display:inline-block to style tag
This commit is contained in:
Cheng Zhao 2015-06-10 12:48:57 +08:00
commit 5cd0fc4d52

View file

@ -18,7 +18,7 @@ form, the `webview` tag includes the `src` of the web page and css styles that
control the appearance of the `webview` container:
```html
<webview id="foo" src="https://www.github.com/" style="width:640px; height:480px"></webview>
<webview id="foo" src="https://www.github.com/" style="display:inline-block; width:640px; height:480px"></webview>
```
If you want to control the guest content in any way, you can write JavaScript