From 5eebb10fe6f1223fd581744c2f6a7b22f48bf8ef Mon Sep 17 00:00:00 2001 From: t1enne Date: Thu, 13 Oct 2022 20:13:00 +0200 Subject: [PATCH] action buttons now wrap --- .../action-buttons/ActionButtonRow/ActionButtonRow.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss b/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss index 6e64c367d..0939fde64 100644 --- a/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss +++ b/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss @@ -1,6 +1,7 @@ .row { padding: .3rem; display: flex; + flex-wrap: wrap; align-items: center; justify-content: flex-end; button {