mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-19 20:09:24 +08:00
fix: 修复文本自动换行问题
This commit is contained in:
@@ -59,7 +59,7 @@ export const NodeCard = ({ node }: NodeCardProps) => {
|
||||
</div>
|
||||
</Link>
|
||||
</CardHeader>
|
||||
<CardContent className="flex-grow space-y-3 text-sm">
|
||||
<CardContent className="flex-grow space-y-3 text-sm text-nowrap">
|
||||
<div className="flex flex-wrap gap-1">
|
||||
<Tag tags={tagList} />
|
||||
</div>
|
||||
@@ -158,7 +158,7 @@ export const NodeCard = ({ node }: NodeCardProps) => {
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
<div className="w-3/4 text-right text-nowrap">
|
||||
<div className="w-3/4 text-right">
|
||||
<div>
|
||||
<span>
|
||||
↑ {stats ? formatBytes(stats.network.totalUp) : "N/A"}
|
||||
|
Reference in New Issue
Block a user