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
+1 -1
View File
@@ -137,7 +137,7 @@
align-items: center;
flex-grow: 1;
overflow: hidden;
justify-content: left;
justify-content: flex-start;
}
.sectionTabs {