diff --git a/frontend/components/buttons/ActionButtons/_styles.scss b/frontend/components/buttons/ActionButtons/_styles.scss index 3c9a41fbda..7842642d26 100644 --- a/frontend/components/buttons/ActionButtons/_styles.scss +++ b/frontend/components/buttons/ActionButtons/_styles.scss @@ -35,5 +35,9 @@ } } } + + @media (min-width: $break-md) { + display: none; + } } }