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

Commit

Permalink
fix(layout): change attribute selector justify-content to flex-start
Browse files Browse the repository at this point in the history
Fixes #6818. Closes #6827
  • Loading branch information
devversion authored and ThomasBurleson committed Jan 26, 2016
1 parent 34e0278 commit 0dc677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/services/layout/layout.attributes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ $layout-breakpoint-lg: 1920px !default;
[#{$name}="start end"],
[#{$name}="start stretch"]
{
justify-content: start;
justify-content: flex-start;
}

// Main Axis Center
Expand Down

0 comments on commit 0dc677c

Please sign in to comment.