Skip to content

Commit

Permalink
feat(Assistant): Adjust Search margin for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 21, 2024
1 parent 4220cd4 commit d36ea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assistant/Views/SearchDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SearchDialog = () => {
size="full"
disableGutters
componentsProps={{
dialogTitle: { className: 'u-ph-half u-mt-3' },
dialogTitle: { className: 'u-ph-half u-pv-0 u-mt-3 u-ov-visible' },
divider: { className: 'u-dn' }
}}
title={<SearchBar />}
Expand Down

0 comments on commit d36ea2d

Please sign in to comment.