Skip to content

Commit 20ee0f5

Browse files
authored
header actions button wrapping (#7100)
Fixes microsoft/vscode-copilot#18977
1 parent cf079a4 commit 20ee0f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webviews/editorWebview/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ body button .icon {
521521
.button-group {
522522
display: flex;
523523
gap: 8px;
524+
flex-wrap: wrap;
525+
align-items: flex-start;
524526
}
525527

526528
.small-button {
@@ -531,6 +533,7 @@ body button .icon {
531533

532534
.header-actions {
533535
display: flex;
536+
gap: 8px;
534537
}
535538

536539
.header-actions>div:first-of-type {

0 commit comments

Comments
 (0)