Skip to content

Commit

Permalink
Merge pull request #649 from codex-team/fix/min-width
Browse files Browse the repository at this point in the history
fix(events): set EventBage min-width to 92px
  • Loading branch information
slaveeks authored Jan 31, 2025
2 parents 9f8c14a + a463679 commit fec61e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/project/EventItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default {
}
&__badge-container {
min-width: 60px;
min-width: 92px;
margin-left: 19px;
}
Expand Down

0 comments on commit fec61e0

Please sign in to comment.