From f042a322cb8f81412a047ddd0c9383e94aeb8635 Mon Sep 17 00:00:00 2001 From: rfrt Date: Tue, 6 Aug 2024 17:20:07 +0200 Subject: [PATCH] fix: layout css button --- projects/layout/src/layout.component.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/projects/layout/src/layout.component.scss b/projects/layout/src/layout.component.scss index 36e3b21..35dc22a 100644 --- a/projects/layout/src/layout.component.scss +++ b/projects/layout/src/layout.component.scss @@ -175,6 +175,16 @@ ngx-layout { } } + .mat-mdc-icon-button { + height: 40px; + line-height: 40px; + width: 40px; + display: flex; + justify-content: center; + align-items: center; + padding: 0; + } + &#actions-toolbar { flex: 0 0 auto; height: 40px;