We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0557387 commit 853676dCopy full SHA for 853676d
src/vs/workbench/contrib/chat/browser/media/chatEditorOverlay.css
@@ -18,6 +18,7 @@
18
display: none;
19
padding: 0px 5px;
20
font-size: 12px;
21
+ font-variant-numeric: tabular-nums;
22
}
23
24
.chat-editor-overlay-widget.busy .chat-editor-overlay-progress {
@@ -51,6 +52,9 @@
51
52
53
54
55
+.chat-editor-overlay-widget .action-item.label-item {
56
57
+}
58
59
.chat-editor-overlay-widget .action-item.label-item > .action-label,
60
.chat-editor-overlay-widget .action-item.label-item > .action-label:hover {
0 commit comments