Compare commits

...

1 Commits

Author SHA1 Message Date
lebaudantoine 7b42f4954e 🐛(frontend) keep feedback buttons on a single line
A minor layout regression appeared when switching to the Marianne
font: the feedback buttons wrapped onto two lines instead of
staying on one.

Adjust the layout so the buttons stay on a single line regardless
of the font in use.
2026-09-06 22:13:20 +02:00
@@ -65,7 +65,7 @@ const FeedbackRoute = () => {
<Stack
direction={{ base: 'column', xsm: 'row' }}
width={{ base: '100%', xsm: 'auto' }}
maxWidth="380px"
maxWidth="410px"
>
{showBackButton && (
<Button