Skip to content

Commit

Permalink
fix: searchSectionForm with on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Nov 22, 2024
1 parent faa1568 commit 76de553
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 9 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"volto-data-grid-widget",
"volto-venue",
"volto-site-settings",
"volto-rss-block"
"volto-rss-block",
"@eeacms/volto-taxonomy"
],
"scripts": {
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
Expand Down Expand Up @@ -74,6 +75,7 @@
"@babel/plugin-proposal-export-default-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@eeacms/volto-taxonomy": "5.1.1",
"@loadable/babel-plugin": "5.13.2",
"@plone-collective/volto-contents-next": "0.4.4",
"@plone-collective/volto-sentry": "0.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SearchSectionForm = ({ content }) => {
};
return (
<div className="search-section-form full-width bg-primary-lightest py-5">
<Container className="px-5">
<Container className="px-4 px-lg-5">
<div className="form-group my-0">
<div className="input-group">
<span className="input-group-text">
Expand Down
Loading

0 comments on commit 76de553

Please sign in to comment.