Skip to content

Commit 0a40f89

Browse files
authored
[dashboard] ux improvement on pat list (#19356)
1 parent 9033ef2 commit 0a40f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/user-settings/TokenEntry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function TokenEntry(props: TokenEntryProps) {
6767
<span className="truncate whitespace-pre-line">{getScopes()}</span>
6868
</div>
6969
<div className="flex items-center w-3/12 text-gray-400">
70-
<span className={"flex items-center gap-1 truncate" + (expiredInfo.expired ? " text-orange-600" : "")}>
70+
<span className={"flex items-center gap-2 truncate" + (expiredInfo.expired ? " text-orange-600" : "")}>
7171
{expiredInfo.tooltip && (
7272
<Tooltip content={expiredInfo.tooltip.content}>{expiredInfo.tooltip.icon}</Tooltip>
7373
)}

0 commit comments

Comments
 (0)