pl-fe: fix typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
dd2404faf2
commit
ae4d23aab7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const messages = defineMessages({
|
||||||
|
|
||||||
// you can't use 100vh, because the viewport height is taller
|
// you can't use 100vh, because the viewport height is taller
|
||||||
// than the visible part of the document in some mobile
|
// than the visible part of the document in some mobile
|
||||||
// browsers when it's address bar is visible.
|
// browsers when its address bar is visible.
|
||||||
// https://developers.google.com/web/updates/2016/12/url-bar-resizing
|
// https://developers.google.com/web/updates/2016/12/url-bar-resizing
|
||||||
const swipeableViewsStyle: React.CSSProperties = {
|
const swipeableViewsStyle: React.CSSProperties = {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
|
Loading…
Reference in a new issue