fix: feed form view type radio text wrap

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-09-19 19:06:59 +08:00
parent 9351a8fe73
commit d9e89e213c
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,9 @@ const FeedInnerForm = ({
htmlFor={view.name}
className={cn(
view.peerClassName,
"center flex h-10 flex-col text-xs leading-none text-theme-vibrancyFg",
"center flex h-10 flex-col text-xs leading-none opacity-80 duration-200 hover:opacity-90",
"peer-checked:opacity-100",
"whitespace-nowrap",
)}
>
<span className="text-lg">{view.icon}</span>