Skip to content
New issue

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

Better transaction history layout on lg- and xl- screen sizes #16

Open
justdmitry opened this issue Mar 15, 2019 · 0 comments
Open

Better transaction history layout on lg- and xl- screen sizes #16

justdmitry opened this issue Mar 15, 2019 · 0 comments

Comments

@justdmitry
Copy link

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:
history-lg-992px

xl size (starts at 1200px)

Account column is not wrapped (I manually changed word "to" to "from", no bugs there):

history-xl-1200px

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:

history-new-classes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant