Files
gocryptotrader/web/app/components/buy-orders/buy-orders.css
2017-03-06 19:39:55 +11:00

12 lines
174 B
CSS

.table-fixed-heading {
margin-bottom:0px;
}
.buy-order-table th,.buy-order-table td {
width:25%;
}
.buy-order-data {
max-height:200px;
overflow-y:scroll;
}