Merge pull request #7648 from thornbill/shutdown-button-layout

Fix dashboard buttons overflow
This commit is contained in:
Bill Thornton
2026-03-12 01:47:27 -04:00
committed by GitHub
@@ -62,7 +62,10 @@ const ServerInfoWidget = ({
</Stack>
</Paper>
<Stack direction='row' spacing={1.5}>
<Stack
direction={{ xs: 'column', sm: 'row' }}
spacing={1.5}
>
<Button
onClick={onScanLibrariesClick}
startIcon={<RefreshIcon />}