[AAE-13211] fixed datetime icon width (#8420)

This commit is contained in:
tomasz hanaj
2023-03-28 17:00:33 +02:00
committed by GitHub
parent d5d4f14d46
commit 867af029ec

View File

@@ -163,13 +163,16 @@
} }
} }
.mat-form-field { .adf-property-field {
.mat-form-field-suffix { .adf-property-clear-value,
.mat-icon { .adf-textitem-edit-value {
width: 30px; width: 30px;
height: 30px; height: 30px;
} }
}
.mat-form-field {
.mat-form-field-suffix {
.adf-textitem-edit-icon { .adf-textitem-edit-icon {
display: block; display: block;
} }