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

Commit c0f5aea

Browse files
devversionThomasBurleson
authored andcommitted
fix(layout): use flex-start instead of start
Fixes #6402 Closes #6403
1 parent 7735a1b commit c0f5aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/services/layout/layout.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
.#{$name},
201201
.#{$name}-start-stretch // defaults
202202
{
203-
justify-content : start;
203+
justify-content : flex-start;
204204
align-content : stretch;
205205
align-items: stretch;
206206
}
@@ -212,7 +212,7 @@
212212
.#{$name}-start-end,
213213
.#{$name}-start-stretch
214214
{
215-
justify-content: start;
215+
justify-content: flex-start;
216216
}
217217

218218
// Main Axis Center

0 commit comments

Comments
 (0)