Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 7eb6360

Browse files
authored
[FIX] README height unit
1 parent 91efae7 commit 7eb6360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ npm install myscript-common-element
8686
```html
8787
<style>
8888
myscript-common-element {
89-
height: 100vw;
89+
height: 100vh;
9090
}
9191
</style>
9292
```
@@ -107,7 +107,7 @@ npm install myscript-common-element
107107
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
108108
<style>
109109
myscript-common-element {
110-
height: 100%;
110+
height: 100vh;
111111
}
112112
</style>
113113
</head>
@@ -155,4 +155,4 @@ We welcome your contributions: if you would like to extend `myscript-common-elem
155155
Please take a look at our [contributing](CONTRIBUTING.md) guidelines before submitting your pull request.
156156

157157
## License
158-
This library is licensed under the [Apache 2.0](http://opensource.org/licenses/Apache-2.0).
158+
This library is licensed under the [Apache 2.0](http://opensource.org/licenses/Apache-2.0).

0 commit comments

Comments
 (0)