Skip to content

Commit

Permalink
fix(desc): specify font size for avatar name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Feb 5, 2024
1 parent a4866a6 commit adc0bad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/components/SDescAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ defineProps<{
gap: 8px;
height: 24px;
}
.name {
line-height: 24px;
font-size: 14px;
}
</style>

0 comments on commit adc0bad

Please sign in to comment.