Fix headerLeft justify-content (WebOS 3/4, Tizen 4)
This commit is contained in:
parent
02924e30ac
commit
95f55c2358
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
justify-content: left;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectionTabs {
|
.sectionTabs {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue