Skip to content

Commit

Permalink
chore(demo): fix justify-content (#6153)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 4, 2023
1 parent ae4418d commit b499fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: start;
justify-content: flex-start;
}

.t-code-reference {
Expand Down

0 comments on commit b499fa6

Please sign in to comment.