You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #21092 (in the styles which are causing an issue).
I have noticed when printing in Google Chrome (may be a browser issue, but bootstrap's specific styles trigger it), that the first letter is shifted up or down (see test case and screenshots).
Reduced test cases: JS Bin (you will need to print the output, not the editor)
(Yes, it prints the same way it looks in the preview seen above)
markup used:
<divclass="container"><divclass="row"><div><h1>
Hello there
</h1></div></div></div>
Note: the <div> around the <h1> may seem superfluous, but it would contain classes and such for other styling which was removed to reduce the test case. It is important that the content is wrapped.
The <h1> can also be replaced by <small> (and maybe more tags) which is case a similar defect, but shift the first character up instead of down.
The text was updated successfully, but these errors were encountered:
Similar to #21092 (in the styles which are causing an issue).
I have noticed when printing in Google Chrome (may be a browser issue, but bootstrap's specific styles trigger it), that the first letter is shifted up or down (see test case and screenshots).
Removing the following seems to fix the issue.
(Yes, it prints the same way it looks in the preview seen above)
markup used:
Note: the
<div>
around the<h1>
may seem superfluous, but it would contain classes and such for other styling which was removed to reduce the test case. It is important that the content is wrapped.The
<h1>
can also be replaced by<small>
(and maybe more tags) which is case a similar defect, but shift the first character up instead of down.The text was updated successfully, but these errors were encountered: