Merge pull request #699 from dmitrylyzo/header_justify_compatibility

Fix headerLeft justify-content (WebOS 3/4, Tizen 4)
This commit is contained in:
Vasily 2020-01-20 15:53:12 +03:00 committed by GitHub
commit 02f6928fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@
align-items: center;
flex-grow: 1;
overflow: hidden;
justify-content: left;
justify-content: flex-start;
}
.sectionTabs {