fix: table width styling

This commit is contained in:
Sean Yesmunt 2018-04-23 01:33:06 -04:00
parent 8321ee5c32
commit 926eb7456c

View file

@ -82,10 +82,10 @@ table.table--help {
table.table--transactions {
td:nth-of-type(1) {
width: 17.5%;
width: 25%;
}
td:nth-of-type(2) {
width: 27.5%;
width: 20%;
}
td:nth-of-type(3) {
width: 22.5%;