[AAE-40654] added space for label (#11443)

This commit is contained in:
Tomek Hanaj
2025-12-10 10:20:36 +01:00
committed by GitHub
parent 8c0d5fc8a1
commit 34a929ec47
2 changed files with 5 additions and 1 deletions
@@ -1,4 +1,4 @@
<div [ngSwitch]="templateType">
<div class="adf-card-textitem-field-container" [ngSwitch]="templateType">
<div *ngSwitchDefault>
<mat-form-field
subscriptSizing="dynamic"
@@ -90,3 +90,7 @@
white-space: nowrap;
}
}
.adf-card-textitem-field-container {
padding-top: 5px;
}