Skip to content

Commit

Permalink
fix: paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Jan 25, 2025
1 parent 3ae16b0 commit 1a340e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/project/EventBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {
.event-badge {
display: inline-flex;
height: 20px;
padding: 4px 7px 3px 7px;
padding: 5px 5px;
color: var(--color-text-main);
line-height: 9px;
white-space: nowrap;
Expand Down

0 comments on commit 1a340e8

Please sign in to comment.