mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor: add wrap for small screen widths (#71864)
This commit is contained in:
parent
64c369e17b
commit
ce5609e8ee
@ -115,7 +115,7 @@ function ModalButtonRow({ leftItems, children }: { leftItems?: React.ReactNode;
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.modalButtonRow}>
|
<div className={styles.modalButtonRow}>
|
||||||
<HorizontalGroup justify="flex-end" spacing="md">
|
<HorizontalGroup justify="flex-end" spacing="md" wrap={true}>
|
||||||
{children}
|
{children}
|
||||||
</HorizontalGroup>
|
</HorizontalGroup>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user