Skip to content

Commit 33ea51e

Browse files
authored
fix some rendering issues (microsoft#252120)
1 parent 7c3f359 commit 33ea51e

File tree

1 file changed

+1
-4
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,10 +1297,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
12971297
flex-wrap: wrap;
12981298
}
12991299

1300-
.interactive-session .interactive-item-container.interactive-item-compact.interactive-request .chat-attached-context {
1301-
margin-top: -4px;
1302-
}
1303-
13041300
.interactive-session .chat-attached-context .chat-attached-context-attachment.implicit {
13051301
display: flex;
13061302
gap: 4px;
@@ -1892,6 +1888,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
18921888
width: fit-content;
18931889
justify-content: flex-end;
18941890
margin-left: auto;
1891+
padding-bottom: 5px;
18951892
}
18961893

18971894
.hc-black .interactive-item-container.interactive-request .value,

0 commit comments

Comments
 (0)