Skip to content

Commit

Permalink
fix: comment on start vs flex-start
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby committed Feb 4, 2024
1 parent 4d48248 commit 311ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/AppBar/app-bar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
flex-direction: row;
display: flex;
justify-content: space-between;
align-items: start;
align-items: flex-start;
padding-bottom: 8px;
}

0 comments on commit 311ab80

Please sign in to comment.