From 6749e7e81711ced00a03abd0d56bf47682fd3a10 Mon Sep 17 00:00:00 2001 From: rajitharussel <138706838+rajitharussel@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:13:28 +0530 Subject: [PATCH] Fixed issue in Search bar placeholder overlap with icon (#165) * Fixed issue in Search bar placeholder overlap with icon * Fixed issue in Search bar placeholder overlap with icon * Fixed issue in Search bar placeholder overlap with icon --- packages/web-shared/components/Modal/Modal.js | 2 +- packages/web-shared/components/Searchbar/Searchbar.js | 2 +- web-embeds/public/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web-shared/components/Modal/Modal.js b/packages/web-shared/components/Modal/Modal.js index 454b5300..e3beca42 100644 --- a/packages/web-shared/components/Modal/Modal.js +++ b/packages/web-shared/components/Modal/Modal.js @@ -110,7 +110,7 @@ const Modal = (props = {}) => { mb="base" alignItems="center" justifyContent="space-between" - flexDirection={{ _: 'column-reverse', sm: 'row' }} + flexDirection={{ _: 'column-reverse', md: 'row' }} > { sm: '400px', }} > - What can we help you find? + What are you looking for? ); diff --git a/web-embeds/public/index.html b/web-embeds/public/index.html index 2a754d6e..efdc4631 100644 --- a/web-embeds/public/index.html +++ b/web-embeds/public/index.html @@ -57,7 +57,7 @@
+ data-placeholder="What are you looking for?" data-modal="true" class="apollos-widget">