mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2001] change fxLayout to column (#2699)
This commit is contained in:
committed by
Eugenio Romano
parent
7870772fbd
commit
77d15fa2b5
@@ -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()">
|
||||
|
Reference in New Issue
Block a user