Fix headerLeft justify-content (WebOS 3/4, Tizen 4)

This commit is contained in:
Dmitry Lyzo 2020-01-15 22:21:42 +03:00
parent 02924e30ac
commit 95f55c2358

View file

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