hide border for last tx in group
This commit is contained in:
parent
155697e087
commit
ccdad2c6e4
3 changed files with 14 additions and 3 deletions
|
|
@ -61,6 +61,10 @@
|
|||
padding-right: 1rem;
|
||||
border-bottom: 1px solid rgb(245, 245, 245);
|
||||
overflow: hidden;
|
||||
|
||||
&.no-border {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__tx-amount {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue