Skip to content

Commit 71e2f17

Browse files
committed
fix: remove excessive spacing in breakpoint list
Fixes a minor regression introduced in #15953, where the updated `min-height` on the `theia-input` class caused breakpoint list entries to have unnecessary vertical spacing Contributed on behalf of STMicroelectronics
1 parent 65d0d2b commit 71e2f17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/debug/src/browser/style/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
border-radius: 2px;
7272
}
7373

74+
.theia-source-breakpoint > .theia-input {
75+
min-height: auto;
76+
}
77+
7478
.theia-debug-session .status,
7579
.theia-debug-thread .status {
7680
text-transform: uppercase;

0 commit comments

Comments
 (0)