diff --git a/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx b/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx index 270d9947d5..ca7fd9216b 100644 --- a/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx +++ b/app/client/src/components/designSystems/appsmith/help/DocumentationSearch.tsx @@ -287,6 +287,7 @@ const HelpFooter = styled.div` padding: 5px 10px; height: 30px; color: rgba(255, 255, 255, 0.7); + font-size: 6pt; `; const HelpBody = styled.div` diff --git a/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx b/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx index a7bd76deb8..d455d75cd3 100644 --- a/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx +++ b/app/client/src/components/designSystems/appsmith/help/HelpModal.tsx @@ -48,7 +48,7 @@ const HelpButton = styled.button<{ `; const MODAL_WIDTH = 240; -const MODAL_HEIGHT = 198; +const MODAL_HEIGHT = 206; const MODAL_BOTTOM_DISTANCE = 45; const MODAL_RIGHT_DISTANCE = 30;