[ADF-2001] change fxLayout to column (#2699)

This commit is contained in:
Mario Romano 2017-11-22 18:14:25 +00:00 committed by Eugenio Romano
parent 7870772fbd
commit 77d15fa2b5
2 changed files with 3 additions and 5 deletions

View File

@ -20,9 +20,9 @@
</div>
<div class="adf-task-details-core"
fxLayout
fxLayout.lt-lg="column"
fxLayoutGap.lt-lg="0px">
fxLayout="column"
fxLayoutGap="8px"
fxLayout.lt-lg="column">
<div class="adf-task-details-core-form">
<div *ngIf="isAssigned()">

View File

@ -64,8 +64,6 @@ adf-task-header.assign-edit-view ::ng-deep adf-card-view ::ng-deep .adf-property
&-sidebar {
&-drawer {
margin-left: 10px;
@media screen and (max-width: 1279px) {
margin-left: 0px;
}