[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>
<div class="adf-task-details-core" <div class="adf-task-details-core"
fxLayout fxLayout="column"
fxLayout.lt-lg="column" fxLayoutGap="8px"
fxLayoutGap.lt-lg="0px"> fxLayout.lt-lg="column">
<div class="adf-task-details-core-form"> <div class="adf-task-details-core-form">
<div *ngIf="isAssigned()"> <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 { &-sidebar {
&-drawer { &-drawer {
margin-left: 10px;
@media screen and (max-width: 1279px) { @media screen and (max-width: 1279px) {
margin-left: 0px; margin-left: 0px;
} }