fix: table width styling
This commit is contained in:
parent
8321ee5c32
commit
926eb7456c
1 changed files with 2 additions and 2 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue