Skip to content

Commit eb0d35f

Browse files
committed
copy button balanced
1 parent 268d69a commit eb0d35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SponsoredFeedsTableWithData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export const SponsoredFeedsTable = ({
193193
<td className="px-3 py-2 align-top">
194194
{feed.account_address ? (
195195
<div className="flex items-start gap-2">
196-
<code className="text-xs font-mono text-gray-600 dark:text-gray-400 flex-1 break-all leading-relaxed">
196+
<code className="text-xs font-mono text-gray-600 dark:text-gray-400 break-all leading-relaxed">
197197
{feed.account_address}
198198
</code>
199199
<button

0 commit comments

Comments
 (0)