Increase width of mononaut transaction tooltip

Fixes #2007
This commit is contained in:
wiz 2022-07-07 15:43:03 +02:00
parent 0417d3b70d
commit 812783f2cd
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -9,7 +9,7 @@
justify-content: space-between; justify-content: space-between;
padding: 10px 15px; padding: 10px 15px;
text-align: left; text-align: left;
width: 320px; width: 420px;
pointer-events: none; pointer-events: none;
&.clickable { &.clickable {