Skip to content

Commit 853676d

Browse files
authored
1 parent 0557387 commit 853676d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/contrib/chat/browser/media/chatEditorOverlay.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
display: none;
1919
padding: 0px 5px;
2020
font-size: 12px;
21+
font-variant-numeric: tabular-nums;
2122
}
2223

2324
.chat-editor-overlay-widget.busy .chat-editor-overlay-progress {
@@ -51,6 +52,9 @@
5152
}
5253

5354

55+
.chat-editor-overlay-widget .action-item.label-item {
56+
font-variant-numeric: tabular-nums;
57+
}
5458

5559
.chat-editor-overlay-widget .action-item.label-item > .action-label,
5660
.chat-editor-overlay-widget .action-item.label-item > .action-label:hover {

0 commit comments

Comments
 (0)