Skip to content

Commit

Permalink
fix: avoid model card author name shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chai Landau committed Feb 26, 2024
1 parent b960520 commit c0db2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
p > span {
&:first-child {
@apply text-gray-600 font-medium dark:text-gray-300 mr-1;
@apply text-gray-600 font-medium dark:text-gray-300 mr-1 flex-shrink-0;
}
&:last-child {
@apply text-black-600 font-semibold dark:text-gray-100 sm:ml-1 w-full;
Expand Down

0 comments on commit c0db2ca

Please sign in to comment.