-
Notifications
You must be signed in to change notification settings - Fork 294
<pre> is not responsive #96
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
Comments
umm repo? |
@benji014628 Please check out this PR |
A reasonable default for pre's would be overflow-x-auto, no? |
@jasikpark, that works thanks! |
How did you fix your problem? Isn't this something that should be added to tailwind-typography? |
So for me, my project is using prism for something (idk why tho), which overrides the tailwind typography classes. Therefore, I think tailwind typography is okay. |
Ah, I see! |
There's a horizontal overflow issue when a The issue occurs when the user attempts to center prose content by wrapping in inside a |
In my case, I used a |
still an issue to this date, is there any chance of this changing? imo i found the best way to do it is to do |
<pre> is not responsive and I had to use this hacky way: tailwindlabs/tailwindcss-typography#96
<pre> is not mobile responsive.
The text was updated successfully, but these errors were encountered: