mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-43710 Fix form field spacing misalignments (#11763)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user