Minor CSS update
This commit is contained in:
parent
5d3aadd177
commit
58837c5218
@ -4,7 +4,7 @@
|
||||
<div class="col-12 py-4">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-3">
|
||||
<slideshow [autoPlay]="true" [imageUrls]="preview"></slideshow>
|
||||
<slideshow [autoPlay]="true" [imageUrls]="preview" [height]="'300px'"></slideshow>
|
||||
<div *ngIf="links.length">
|
||||
<h5 class="mt-3 mb-0 pl-3">Links</h5>
|
||||
<mat-list>
|
||||
@ -19,7 +19,7 @@
|
||||
<h5 *ngIf="product.price" class="text-muted">{{product.currency}} {{product.price | currency}}</h5>
|
||||
<h5 *ngIf="!product.price" class="text-muted">Contact For Price</h5>
|
||||
<mat-divider class="my-3"></mat-divider>
|
||||
<p [innerHtml]="product.description"></p>
|
||||
<p style="overflow: hidden;" [innerHtml]="product.description"></p>
|
||||
<mat-divider class="my-3"></mat-divider>
|
||||
<div *ngIf="attachments.length">
|
||||
<h5 class="ml-3">
|
||||
|
Loading…
Reference in New Issue
Block a user