Skip to content

Commit c0db2ca

Browse files
author
Chai Landau
committed
fix: avoid model card author name shrink
1 parent b960520 commit c0db2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/components/cards.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
p > span {
1919
&:first-child {
20-
@apply text-gray-600 font-medium dark:text-gray-300 mr-1;
20+
@apply text-gray-600 font-medium dark:text-gray-300 mr-1 flex-shrink-0;
2121
}
2222
&:last-child {
2323
@apply text-black-600 font-semibold dark:text-gray-100 sm:ml-1 w-full;

0 commit comments

Comments
 (0)