-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix card page break and move to print layout #8415
fix card page break and move to print layout #8415
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8415 +/- ##
==========================================
+ Coverage 81.87% 81.89% +0.02%
==========================================
Files 101 101
Lines 5902 5900 -2
==========================================
Hits 4832 4832
+ Misses 1070 1068 -2
|
Great, is it possible to see a before and after screenshot for this? |
can you please review @cesswairimu ? Thanks ❤️ Before (page break in card): - After (no page break ):- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic 🎉 that looks great. Thanks @Tlazypanda
Hey @ebarry in the new print option there is no side cutoff since one card is displayed at a time as you can see from the above screenshots 😅 |
Awesome, thanks @Tlazypanda and everyone! |
ah wonderful! thank you 😄 |
Fixes #0000
Fixed the card page break problem and moved to new print layout since bootstrap classes like
.card
were not rendered as they should inlayout: false
setting.rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!