Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 38a9239

Browse files
Revert "fix: squeezing of fp table (#1284)" (#1288)
This reverts commit a301a17.
1 parent 7781ec7 commit 38a9239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/common/components/Multistaking/FinalityProviders/FinalityProviderTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const FinalityProviderTable = ({ selectedFP, onSelectRow }: Props) => {
7171
};
7272

7373
return (
74-
<div className="grid grid-cols-1 sm:grid-cols-2 gap-4 w-full h-[500px] overflow-scroll">
74+
<div className="grid grid-cols-2 gap-4 w-full h-[500px] overflow-scroll">
7575
{finalityProviders.map((fp) => {
7676
const isSelected = selectedFP === fp.btcPk;
7777
const isSelectable = isRowSelectable(fp);

0 commit comments

Comments
 (0)