mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 23:16:53 +00:00
Finishes terrible dashboard where all ticker updates are posted
Fixes issue with widths
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<div style="width:1000px">
|
||||
<md-grid-list cols="3" rowHeight="2:1" >
|
||||
<md-grid-list cols="4" rowHeight="4:3" >
|
||||
<md-grid-tile *ngFor="let ticker of tickerCards">
|
||||
<app-exchange-currency-ticker [ticker]="ticker" ></app-exchange-currency-ticker>
|
||||
</md-grid-tile>
|
||||
</md-grid-list>
|
||||
</div>
|
||||
Reference in New Issue
Block a user