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
I found that there's an invalid style definition margin-left in the .centered class in llvm/tools/opt-viewer/style.css file. In the file is written margin-left: left, while it's an undefined value according to MDN documentation. Could you please. to fix the style to make it error-free.
I don't know what value was meant to be there: 0px, auto or maybe someone just misread documentation, as left is defined, but not for this property and not for this usage.
based on class name alone, I'd say, that the proper value would be auto.