Merge pull request #1921 from samueleaton/patch-1
adds display:inline-block to style tag
This commit is contained in:
commit
5cd0fc4d52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue