Different alignment between local dev and published version
Closed this issue · 5 comments
NicolasMahe commented
antho1404 commented
can't reproduce, can you make sure you have the latest version and your packages are up to date. Remove your node_modules
and run npm install
again and this should work.
NicolasMahe commented
I deleted node_module
and reinstalled and my local version has the correct alignment.
Maybe it's netlify that keep in cache some stuff and break the alignment?
NicolasMahe commented
the issue appears when the website is built with npm run build
, not with npm run dev
.
NicolasMahe commented
it seems to come from this css property:
docs/.vuepress/components/param-table.vue
Lines 90 to 92 in 7bdc74f
maybe the <style scopped>
doesn't work properly when built?
antho1404 commented
nice catch, I just pushed a fix