From ff942ee1e252e10ae03e7deec0f781261ae4db0f Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Tue, 22 Oct 2024 10:26:33 +0200 Subject: [PATCH] fix(Assistant): Search margin wasn't correct on flagship app --- src/assistant/Views/SearchDialog.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assistant/Views/SearchDialog.jsx b/src/assistant/Views/SearchDialog.jsx index 02de06eb2..69d823f5f 100644 --- a/src/assistant/Views/SearchDialog.jsx +++ b/src/assistant/Views/SearchDialog.jsx @@ -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={}