Abuse the translation engine to handle more of the formatting for us
This commit is contained in:
parent
b052d29a5f
commit
95de4c30fc
4 changed files with 94 additions and 51 deletions
|
@ -9,3 +9,11 @@
|
|||
@apply w-4 h-4;
|
||||
}
|
||||
}
|
||||
|
||||
.description {
|
||||
@apply mt-1 text-sm break-words line-clamp-2 pr-4;
|
||||
|
||||
& strong {
|
||||
@apply text-gray-50 font-semibold;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue