We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268d69a commit eb0d35fCopy full SHA for eb0d35f
components/SponsoredFeedsTableWithData.tsx
@@ -193,7 +193,7 @@ export const SponsoredFeedsTable = ({
193
<td className="px-3 py-2 align-top">
194
{feed.account_address ? (
195
<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">
+ <code className="text-xs font-mono text-gray-600 dark:text-gray-400 break-all leading-relaxed">
197
{feed.account_address}
198
</code>
199
<button
0 commit comments