diff --git a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.css b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.css
index 68bec5000db15911236d580391dd05a0a8976ff9..e336ec7dbc4d22423030eda745ddd10dd599a4d5 100644
--- a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.css
+++ b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.css
@@ -54,3 +54,8 @@
 .text-text {
   background-color: rgba(0,0,0,.04);
 }
+
+::ng-deep app-element-properties p {
+  text-align: center;
+  font-weight: bold;
+}
diff --git a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.html b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.html
index 8ef8bba42ecea09c33a670d2493f698665a9fe2a..52c15c332fb5da63f60243164b7a53364c7c4dce 100644
--- a/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.html
+++ b/projects/editor/src/app/components/unit-view/page-view/properties/element-properties.component.html
@@ -234,5 +234,5 @@
   </mat-tab-group>
 </ng-container>
 <ng-container *ngIf="selectedElements.length === 0">
-  Kein Element ausgewählt
+  <p>Kein Element ausgewählt</p>
 </ng-container>