We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Amount and date are displayed in two rows and always correctly aligned, even with huge amounts:
xl
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" :(
Only few classes required for results above:
Also, table header "Account" must be changed from col-6 to col-7 too.
col-6
col-7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
tocol-7
too.The text was updated successfully, but these errors were encountered: