-
Notifications
You must be signed in to change notification settings - Fork 156
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
Code Group not working in production #975
Comments
I seem to have the same problem and it doesn't work in the development environment |
Happened to me as well with version v1.14.6, ended up rolling back a couple of versions. |
Yup, it happens to me as well. It doesn't work in dev and in prod. @collinped , could you tell me which version did you use to get it work again ? I tried few roll backs and I can't make it work again ^^' |
@mathieunicolas I rolled back to 1.14.3 |
Thanks for your answer. I tried with 1.14.3 and I still have the bad behaviour, I don't understand where it comes from.
I deleted the Anyway, quick and dirty fix by adding a global CSS rule that seems to work : code > span {
display: block;
} edit: less dirty fix : code > span {
white-space: pre-wrap;
} |
seems related to https://www.npmjs.com/package/@nuxt-themes/elements but the repo is not opened. 🥲 |
@atinux do you have any clue for this bug ? |
I am sorry about this, we are in the migration to remove all sub dependencies in order to migrate to pure TailwindCSS. I know @bdrtsky is working on it, what is the ETA? |
Thanks for answering, and don't be sorry !! You're doing an amazing work and huge thanks for that ! |
Hello,
I have this component in local but when I release it in prod it doesn't work. I can't copy the code and it's not formatted.
The text was updated successfully, but these errors were encountered: