diff --git a/src/vs/workbench/contrib/chat/browser/media/chat.css b/src/vs/workbench/contrib/chat/browser/media/chat.css index 9c46adfed297c..2379cd08ca90f 100644 --- a/src/vs/workbench/contrib/chat/browser/media/chat.css +++ b/src/vs/workbench/contrib/chat/browser/media/chat.css @@ -48,6 +48,11 @@ opacity: 0.7; } +.interactive-item-container .chat-animated-ellipsis { + display: inline-block; + width: 11px; +} + .interactive-item-container:not(.show-progress) .chat-animated-ellipsis { display: none; } @@ -70,7 +75,7 @@ } } -.chat-animated-ellipsis::after { +.interactive-item-container .chat-animated-ellipsis::after { content: ''; white-space: nowrap; overflow: hidden;