From 2ee6e43fb3ab861c9db36bf574c8ebec67cd8c6e Mon Sep 17 00:00:00 2001 From: Sam Eaton Date: Tue, 9 Jun 2015 21:51:10 -0600 Subject: [PATCH] adds display:inline-block to style tag The example attempts to change the height of an inline element (webview), which has no effect. The height will now take effect. --- docs/api/web-view-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index 705014cf6a18..842e3428e0a4 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -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 - + ``` If you want to control the guest content in any way, you can write JavaScript