diff --git a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css index 6b73c163d3a..a8cb974ec54 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css +++ b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css @@ -3076,7 +3076,7 @@ have to be updated for changes to the rules above, or to support more deeply nes gap: var(--vscode-spacing-size40); min-width: 0; max-width: 200px; - padding: var(--vscode-spacing-sizeNone) var(--vscode-spacing-size40); + padding: var(--vscode-spacing-sizeNone) var(--vscode-spacing-size40) var(--vscode-spacing-sizeNone) var(--vscode-spacing-size20); border: none; border-radius: var(--vscode-cornerRadius-small); color: inherit; @@ -3102,6 +3102,11 @@ have to be updated for changes to the rules above, or to support more deeply nes overflow: hidden; } +.interactive-session .chat-turn-pills-part .chat-turn-preview-action .monaco-icon-label:before { + height: 18px; + width: 16px; +} + /* Per-row action bar in the changed-files list (e.g. the "Preview" action). The row becomes a flex row so the file label fills the remaining width and the actions hug the right edge. Scoped via the class the renderer adds only when a