Skip to content

Commit

Permalink
Fix(ReactionMenu): Correct the gap value
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Feb 6, 2024
1 parent cfedde1 commit 328ec5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TopBar/ReactionMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default {
:deep(.nc-button-group-content) {
flex-wrap: wrap;
justify-content: flex-start;
gap: 0;
width: calc(var(--reactions-in-single-row) * var(--default-clickable-area))
}
}
Expand Down

0 comments on commit 328ec5a

Please sign in to comment.