mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
12 lines
174 B
CSS
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;
|
|
} |