Fix transaction details on mobile
This commit is contained in:
parent
fe519bd4f0
commit
275a1f6bc7
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ ul.statements {
|
|||
|
||||
.transaction-details {
|
||||
display: grid;
|
||||
grid-auto-columns: minmax(32rem, max-content);
|
||||
grid-auto-columns: minmax(1fr, max-content);
|
||||
grid-auto-rows: min-content;
|
||||
|
||||
max-width: 32rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue