Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Fixed flex property for older Webkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wobbabits committed Feb 16, 2016
1 parent 114c432 commit f53913a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/styles/truck-ios.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ ul.list > li {
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-align-items: stretch;
-webkit-justify-content: flex-start;
-webkit-justify-content: start;
display: flex;
flex-direction: row;
align-items: stretch;
Expand Down
Loading

0 comments on commit f53913a

Please sign in to comment.