diff --git a/frontend/src/components/elements/ResourcePanel.module.css b/frontend/src/components/elements/ResourcePanel.module.css index 6b254bb..0024255 100644 --- a/frontend/src/components/elements/ResourcePanel.module.css +++ b/frontend/src/components/elements/ResourcePanel.module.css @@ -28,4 +28,12 @@ .ResourcePanel .Buttons { grid-area: buttons; + + display: flex; + flex-direction: row; + gap: 4px; +} + +.ResourcePanel .Buttons > * { + width: 96px; } \ No newline at end of file