From f37cf210b6f5c52ce82e37c2a201e52b0578e850 Mon Sep 17 00:00:00 2001 From: atarashansky Date: Fri, 7 Jun 2024 09:39:00 -0700 Subject: [PATCH] chore: fix census model buttons (#7169) --- .../components/Project/ProjectButtons/style.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/views/CensusDirectory/components/Project/ProjectButtons/style.tsx b/frontend/src/views/CensusDirectory/components/Project/ProjectButtons/style.tsx index 805dc1d8df4a7..cdb2188333d68 100644 --- a/frontend/src/views/CensusDirectory/components/Project/ProjectButtons/style.tsx +++ b/frontend/src/views/CensusDirectory/components/Project/ProjectButtons/style.tsx @@ -18,6 +18,12 @@ export const ButtonsRow = styled.div` & > div { margin-right: ${spacesXl}px; } + + button { + height: 35px; + max-height: 35px; + line-height: 1.2; + } `; export const StyledButton = styled(Button)`