Skip to content

Commit

Permalink
Merge pull request #98 from traP-jp/fix/post-width-exceeds
Browse files Browse the repository at this point in the history
fix: 投稿が画面幅を超えてしまうバグの修正
  • Loading branch information
cp-20 authored Jun 16, 2024
2 parents 331232d + 17744ef commit 10b5496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/PostReactions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const vTwemoji = vTwemojiObj;
<style lang="scss" scoped>
.post-reactions {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
Expand Down

0 comments on commit 10b5496

Please sign in to comment.