I want to reduce cell size so to fit more rows in screen. [screen][1] so far i have used
.v-grid-cell {
font-size: 13px;
height: 18px;
vertical-align: middle;
}
.v-grid-row{
height: 18px;
}
.v-grid-row-odd {
height: 18px;
background-color: #EFF0F1;
}
and the [result][2]
Try setting a line-height on .v-grid-cell:
.v-grid-cell {
line-height: 18px;
}
This isn't really a Sass question though, it's just general plain 'ol CSS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With