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

fix(layout): change last start to flex-start #6827

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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