diff --git a/projects/editor/src/app/components/unit-view/page-view/properties-panel/element-model-properties.component.css b/projects/editor/src/app/components/unit-view/page-view/properties-panel/element-model-properties.component.css
index 766fe061812a9a3e0013a4c552c1c72ecaeee5fc..7c9ac35f4c2f72338472fb31e54a5d27d90a3dc6 100644
--- a/projects/editor/src/app/components/unit-view/page-view/properties-panel/element-model-properties.component.css
+++ b/projects/editor/src/app/components/unit-view/page-view/properties-panel/element-model-properties.component.css
@@ -57,3 +57,8 @@
 mark {
   color: inherit;
 }
+
+:host ::ng-deep mat-button-toggle {
+  width: 100%;
+  height: 100%
+}