-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
F1 / quick-open-widget rows are clipped at start #349
Comments
It even happens in https://microsoft.github.io/monaco-editor/ |
Getting the same issue, thanks for the workaround (which worked perfectly). |
@joaomoreno We could workaround this on our side by using |
yes, as I said its a bootstrap (only) conflict - but I suggest that all monoco css class names should be prefixed with |
The row is now |
monaco-edito: v0.8.1
repro: press F1 in playground editor: the labels/rows are -margin 15px displayed/clipped
reason: class
quick-open-entry
has child element classrow
- this conflicts with bootstrap v3 since it that.row { margin-left: -15px; ... }
hack: add to page/css:
... also bump: #70 "widget does not display in small height/single line editors", thanks 🙏
The text was updated successfully, but these errors were encountered: