-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Styles missing in print dialog #382
Comments
Hello. Could you please make a working codesandbox or similar so I can see the issue and try to debug? I've seen similar issues before and normally what's happening is that bootstrap is thinking the printer is a small viewport and so sizes everything down to |
Hi Matthew, I created a project that shows my problem here - https://stackblitz.com/edit/react-f7gtpf?file=src/App.js. Press the |
Hi @MatthewHerbst, any insights into how I can solve this problem will be very helpful. Thank you |
@lohiaumang apologies for not getting back to you. Were you able to solve this? |
Hi @MatthewHerbst, figured I should make sure that the right styles are being applied at the
|
Hi,
I have a component that looks like this -
But when I print this, I get this in the print dialog -
I am using bootstrap grid with react (which uses flexbox). I am using the library like this -
<div className="delivery-order-table" ref={ref}>
The text was updated successfully, but these errors were encountered: