monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

Fix please justify-content: end

Open yakovenkoroman1993 opened this issue 11 months ago • 4 comments

WARNING in ./node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.css (./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass- loader/dist/cjs.js!./node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.css) Module Warning (from ./node_modules/postcss-loader/dist/cjs.js): (45:3) from "autoprefixer" plugin: end value has mixed support, consider using flex-end instead

Code: justify-content: end

yakovenkoroman1993 avatar Jan 31 '25 15:01 yakovenkoroman1993

For a quick solutions, just go into the file and change end with flex-end.

shaddamalbz avatar Feb 13 '25 02:02 shaddamalbz

up

sergeyvelichkin avatar Mar 04 '25 21:03 sergeyvelichkin

I wanted to make a PR for this, but I can’t find the relevant code anywhere in the repo.

There’s no hover.css, and grepping for justify-content: end yields nothing either.

Does anyone know where to find it?

freysie avatar Jul 04 '25 12:07 freysie

It appears this is fixed in 0.53.0 - the offending css seems to be gone now

lmaczejka-appfire avatar Sep 26 '25 10:09 lmaczejka-appfire