AAE-40356 Fix misaligned datetime card view element (#11391)

This commit is contained in:
Wojciech Duda
2025-11-26 16:26:21 +01:00
committed by GitHub
parent dbdc402756
commit 2009a4ec27
@@ -11,10 +11,7 @@
display: flex;
align-items: center;
justify-content: space-between;
top: 6px;
position: relative;
left: 12px;
height: 20px;
#{ms.$mat-icon} {
opacity: 0.5;
@@ -31,7 +28,6 @@
.adf-datepicker-span-button {
flex: 1 0 auto;
font-size: 14px;
top: 10px;
position: relative;
}
}
@@ -43,11 +39,8 @@
}
.adf-property-value {
padding-top: 6px;
padding-bottom: 6px;
line-height: 20px;
color: var(--adf-metadata-property-panel-title-color);
margin-top: 10px;
&.adf-property-value-editable {
display: flex;
@@ -55,19 +48,6 @@
border-radius: 6px;
border-bottom: inherit;
padding-left: 0;
&:not(.adf-property-readonly-value) {
margin-top: 35px;
}
.adf-date-reset-icon {
position: relative;
padding: 0;
}
.adf-dateitem-picker-toggle {
position: relative;
}
}
&.adf-property-readonly-value {
@@ -84,10 +64,6 @@
margin: 0;
padding: 0;
float: right;
&#{ms.$mat-input-element}#{ms.$mat-form-field-input-control} {
margin-top: 35px;
}
}
.adf-dateitem-chip-list-container.adf-property-field {