Skip to content

Commit

Permalink
Add flex-wrap property to FooterBar component (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaryuan authored Sep 27, 2024
1 parent 6a52398 commit 74beb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Footer/FooterBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
display: flex;
flex-direction: row;
align-items: flex-end;
flex-wrap: wrap;
"
>
<v-textarea
Expand Down

0 comments on commit 74beb22

Please sign in to comment.