AAE-43710 Fix form field spacing misalignments (#11763)

This commit is contained in:
Wojciech Duda
2026-03-31 10:32:26 +02:00
committed by GitHub
parent 7b29d56272
commit 28fe6d3a76
8 changed files with 180 additions and 24 deletions
@@ -20,10 +20,6 @@
transition: none;
}
.adf-input {
margin-top: 3px;
}
&:not(#{ms.$mat-focused}):not(#{ms.$mat-form-field-invalid}) {
.adf-amount-widget__prefix-spacing {
color: var(--adf-theme-foreground-secondary-text-color);
@@ -11,10 +11,6 @@
#{ms.$mat-form-field-suffix} {
top: 26px;
}
#{ms.$mat-form-field-label} {
top: 20px;
}
}
&-left-label-input-datepicker {
@@ -7,9 +7,5 @@
align-items: flex-start;
flex-direction: column;
}
.adf-label {
top: 20px;
}
}
}
@@ -7,9 +7,5 @@
align-items: flex-start;
flex-direction: column;
}
.adf-label {
top: 20px;
}
}
}
@@ -1,14 +1,7 @@
/* stylelint-disable selector-class-pattern */
@use '../../../../styles/mat-selectors' as ms;
.adf {
&-text-widget {
width: 100%;
#{ms.$mat-form-field-label} {
top: 20px;
}
&-container {
display: flex;
align-items: flex-start;