From f48ee76c80b8add1ea217a9ee5ffd47c03bc4b94 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 29 Oct 2024 10:59:26 +0100 Subject: [PATCH] chore: update filters responsive layout to design convo --- src/containers/daoExplorer/daoExplorer.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/containers/daoExplorer/daoExplorer.tsx b/src/containers/daoExplorer/daoExplorer.tsx index 7816d814a..b7b1c0dba 100644 --- a/src/containers/daoExplorer/daoExplorer.tsx +++ b/src/containers/daoExplorer/daoExplorer.tsx @@ -263,7 +263,7 @@ export const DaoExplorer = () => { size="md" href="/#/create" onClick={handleWalletButtonClick} - className="w-full md:w-fit md:shrink-0" + className="shrink-0 " > {t('cta.create.actionLabel')} @@ -369,6 +369,5 @@ const FilterGroupContainer = styled.div.attrs({ })``; const ButtonGroupContainer = styled.div.attrs({ - className: - 'flex flex-row-reverse md:flex-row gap-x-3 items-center justify-center md:w-fit w-full md:justify-between', + className: 'flex gap-x-3 w-full md:w-fit justify-between self-end', })``;