Skip to content

Commit 9e2b6e0

Browse files
authored
Fix close button layout in exception widget (microsoft#152002)
For microsoft#151931
1 parent 2a42323 commit 9e2b6e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/debug/browser/media/exceptionWidget.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
.monaco-editor .zone-widget .zone-widget-container.exception-widget .title .label {
2222
font-weight: bold;
23+
display: flex;
24+
align-items: center;
2325
}
2426

2527
.monaco-editor .zone-widget .zone-widget-container.exception-widget .title .actions {

0 commit comments

Comments
 (0)