Skip to content

Commit

Permalink
fix(Assistant): Search margin wasn't correct on flagship app
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 22, 2024
1 parent c5541aa commit ff942ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assistant/Views/SearchDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const SearchDialog = () => {
size="full"
disableGutters
componentsProps={{
dialogTitle: { className: 'u-ph-half u-pv-0 u-mt-3 u-ov-visible' },
// don't touch padding-top in dialogTitle, there is a flagship override. Play with margin instead.
dialogTitle: { className: 'u-ph-half u-pb-0 u-mt-2-half u-ov-visible' },
divider: { className: 'u-dn' }
}}
title={<SearchBar />}
Expand Down

0 comments on commit ff942ee

Please sign in to comment.