fix: removed maximum width of transaction list on overview page

It makes bitcoin-core/gui#205 to works correctly
This commit is contained in:
Konstantin Akimov 2024-07-12 17:33:24 +07:00
parent 458384ab93
commit 0d1faa203e
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -1544,7 +1544,6 @@ QWidget .QFrame#frame_2 .QLabel#labelTransactionsStatus { /* Recent Transactions
QWidget .QFrame#frame_2 QListView { /* Transaction List */
background: #00000000;
max-width: 430px;
margin-right: 10px;
}