mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-08 00:15:42 +00:00
🐛(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.
This commit is contained in:
@@ -65,7 +65,7 @@ const FeedbackRoute = () => {
|
||||
<Stack
|
||||
direction={{ base: 'column', xsm: 'row' }}
|
||||
width={{ base: '100%', xsm: 'auto' }}
|
||||
maxWidth="380px"
|
||||
maxWidth="410px"
|
||||
>
|
||||
{showBackButton && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user