peek - fix rendering glitches with meta title

This commit is contained in:
Johannes Rieken
2019-11-14 17:25:27 +01:00
parent a95ec81401
commit baea605e2d
@@ -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;
}