mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 10:37:38 +01:00
peek - fix rendering glitches with meta title
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.monaco-editor .peekview-widget .head .peekview-title .meta::before {
|
||||
.monaco-editor .peekview-widget .head .peekview-title .meta {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty)::before {
|
||||
content: '-';
|
||||
padding: 0 0.3em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user