[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:
davidcanonieto 2018-11-09 10:21:28 +00:00 committed by Eugenio Romano
parent 536467f0ee
commit 21f155e285
3 changed files with 14 additions and 12 deletions

View File

@ -18,6 +18,7 @@
&-date-widget {
.mat-form-field-suffix {
position: relative;
width: auto;
}
}
}

View File

@ -36,6 +36,7 @@
&-date-widget {
.mat-form-field-suffix {
position: relative;
width: auto;
}
}
}

View File

@ -62,6 +62,15 @@
padding-top: 0;
}
adf-start-task {
people-widget {
width: 100%;
.mat-form-field-label-wrapper {
top: -14px !important;
}
}
#people-widget-content {
.mat-form-field {
width: 100%;
@ -74,15 +83,6 @@
}
}
adf-start-task {
people-widget {
width: 100%;
.mat-form-field-label-wrapper {
top: -14px !important;
}
}
.adf {
&-new-task-footer {