From d107a3386c4d2ba88a67674fd7282443b1d553d2 Mon Sep 17 00:00:00 2001 From: Dev Gupta <73140257+dev265545@users.noreply.github.com> Date: Mon, 10 Jul 2023 06:38:02 +0530 Subject: [PATCH] Update ActionButtonRow.module.scss (#3156) --- .../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 84352f4fb..9af52e791 100644 --- a/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss +++ b/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss @@ -9,6 +9,7 @@ button { margin-left: clamp(1px, 0.2vw, 0.3rem); margin-right: clamp(1px, 0.2vw, 0.3rem); + margin-bottom: 0.5rem; &:last-of-type { margin-right: 0;