Fixing line height if drop into prompt wraps

This commit is contained in:
Matt Bierner 2022-04-14 11:30:46 -07:00
parent f6985089f4
commit bf2a8fc564
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -29,6 +29,8 @@
#monaco-workbench-editor-drop-overlay .editor-group-overlay-drop-into-prompt {
text-align: center;
padding: 0.6em;
margin: 0.2em;
line-height: normal;
opacity: 0; /* hidden initially */
transition: opacity 150ms ease-out;
}