[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 @@
}
}
.adf-property-field {
.adf-property-clear-value,
.adf-textitem-edit-value {
width: 30px;
height: 30px;
}
}
.mat-form-field {
.mat-form-field-suffix {
.mat-icon {
width: 30px;
height: 30px;
}
.adf-textitem-edit-icon {
display: block;
}