mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-36023 Some form fields are not properly aligned and cropped out ng19 (#11050)
* AAE-36023 fixing amount widget label cropping and overlapping issue * AAE-36023 removing hard-coded appearance and adding dynamic floatlabel
This commit is contained in:
committed by
GitHub
parent
ac25abc64b
commit
06a9ddc068
@@ -17,18 +17,10 @@
|
||||
}
|
||||
|
||||
&-amount-widget__input {
|
||||
margin-top: -15px;
|
||||
|
||||
#{ms.$mat-focused} {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#{ms.$mat-form-field-prefix} {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.adf-input {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user