fix: pass empty condition in rss (#1058)

fix: handle empty condition in rss
This commit is contained in:
boojack
2023-02-10 08:28:14 +08:00
committed by GitHub
parent 5df59a48b7
commit a004dcf320
2 changed files with 6 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
}
> .title-text {
@apply font-bold text-lg leading-10 mr-2 text-ellipsis shrink-0 cursor-pointer overflow-hidden text-gray-700 dark:text-gray-200;
@apply font-bold text-lg leading-10 mr-1 text-ellipsis shrink-0 cursor-pointer overflow-hidden text-gray-700 dark:text-gray-200;
}
}