ensure tx row activates on tap
This commit is contained in:
parent
98e88ef3f9
commit
a1ae8f2afb
2 changed files with 12 additions and 2 deletions
|
|
@ -34,10 +34,20 @@
|
|||
|
||||
}
|
||||
|
||||
.item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
&__item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding-left: 1rem;
|
||||
|
||||
&.proposal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue