Merge pull request #699 from dmitrylyzo/header_justify_compatibility
Fix headerLeft justify-content (WebOS 3/4, Tizen 4)
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
justify-content: left;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.sectionTabs {
|
||||
|
||||
Reference in New Issue
Block a user