diff --git a/console/src/app/pages/actions/actions.component.scss b/console/src/app/pages/actions/actions.component.scss index f15ca60676..6798d86c81 100644 --- a/console/src/app/pages/actions/actions.component.scss +++ b/console/src/app/pages/actions/actions.component.scss @@ -66,18 +66,24 @@ .type-icon { color: $primary-color; - } - - .type-button-icon, - .type-icon, - span { margin-right: 1rem; } - .type-icon, .type-button-icon { position: relative; } + + > span { + margin-right: 1rem; + } + + button[mat-icon-button] { + margin-right: 0; + + .type-button-icon { + margin-right: 0; + } + } } .trigger-wrapper {