diff --git a/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss b/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss index 986d1b1f2..7d9fedda1 100644 --- a/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss +++ b/web/components/action-buttons/ActionButtonRow/ActionButtonRow.module.scss @@ -5,8 +5,8 @@ align-items: center; justify-content: flex-end; button { - margin-left: 0.3rem; - margin-right: 0.3rem; + margin-left: clamp(1px, 0.2vw, 0.3rem); + margin-right: clamp(1px, 0.2vw, 0.3rem); &:last-of-type { margin-right: 0; }