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 d7aaaae commit ac5fc91Copy full SHA for ac5fc91
ui/components/multichain/pages/connections/components/no-connection.tsx
@@ -14,7 +14,7 @@ export const NoConnectionContent = () => {
14
const t = useI18nContext();
15
return (
16
<Box
17
- className="connections-page__no-site-connected-content"
+ className="connections-page__no-site-connected-content h-full"
18
display={Display.Flex}
19
flexDirection={FlexDirection.Column}
20
alignItems={AlignItems.center}
0 commit comments