mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-3655] Fix styles on date, date-time and people widgets (#3951)
* [ADF-3655] Fix layout issue on IE 11 * [ADF-3655] Fix styles on date, date-time and people widgets * [ADF-3655] Fix styles on date, date-time and people widgets
This commit is contained in:
parent
536467f0ee
commit
21f155e285
@ -18,6 +18,7 @@
|
||||
&-date-widget {
|
||||
.mat-form-field-suffix {
|
||||
position: relative;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -36,6 +36,7 @@
|
||||
&-date-widget {
|
||||
.mat-form-field-suffix {
|
||||
position: relative;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -62,18 +62,6 @@
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#people-widget-content {
|
||||
.mat-form-field {
|
||||
width: 100%;
|
||||
}
|
||||
.adf-label {
|
||||
line-height: 0;
|
||||
}
|
||||
.adf-error-text-container {
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
adf-start-task {
|
||||
|
||||
people-widget {
|
||||
@ -83,6 +71,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
#people-widget-content {
|
||||
.mat-form-field {
|
||||
width: 100%;
|
||||
}
|
||||
.adf-label {
|
||||
line-height: 0;
|
||||
}
|
||||
.adf-error-text-container {
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
.adf {
|
||||
|
||||
&-new-task-footer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user