mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Fixed: Minor issues with E-Commerce app
+ Fixed: Navigation collapsable items don't expand if the url has extra parameters in it
This commit is contained in:
parent
786180958d
commit
685cd76da2
|
@ -166,7 +166,7 @@ export class FuseNavVerticalCollapseComponent implements OnInit
|
|||
}
|
||||
}
|
||||
|
||||
if ( parent.children[i].url === url )
|
||||
if ( parent.children[i].url === url || url.includes(parent.children[i].url) )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
overflow: auto;
|
||||
|
||||
.invoice-container {
|
||||
padding: 64px;
|
||||
padding: 16px;
|
||||
|
||||
.card {
|
||||
width: 1020px;
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
name="description"
|
||||
formControlName="description"
|
||||
placeholder="Product Description"
|
||||
rows="10">
|
||||
rows="5">
|
||||
</textarea>
|
||||
</mat-form-field>
|
||||
|
||||
|
@ -203,7 +203,7 @@
|
|||
<mat-tab label="Shipping">
|
||||
<div class="tab-content p-24" fusePerfectScrollbar fxLayout="column">
|
||||
|
||||
<div class="py-16" fxFlex="1 0 auto" fxLayout="row">
|
||||
<div class="py-16" fxLayout="row">
|
||||
<mat-form-field fxFlex>
|
||||
<input matInput
|
||||
name="Width"
|
||||
|
|
Loading…
Reference in New Issue
Block a user