nanocrawler
nanocrawler copied to clipboard
Better transaction history layout on lg- and xl- screen sizes
trafficstars
Current /history page layout looks weird on screens between ~1000-1300 pixels.
Including few more classes may improve/fix it.
On screens below, first transaction row uses new classes (manually added via browser developer console), others are not.
lg size (starts at 992px)
Amount and date are displayed in two rows and always correctly aligned, even with huge amounts:

xl size (starts at 1200px)
Account column is not wrapped (I manually changed word "to" to "from", no bugs there):

Of course Amount and Date continue to display in 2 rows even on very-large displays, but Bootstrap does not offer classes beyond "xl" :(
New classes
Only few classes required for results above:

Also, table header "Account" must be changed from col-6 to col-7 too.