Skip to content

Commit 9dfb2b0

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
1 parent 65d0d2b commit 9dfb2b0

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
@@ -460,3 +460,7 @@
460460
margin-left: 5px;
461461
vertical-align: middle;
462462
}
463+
464+
.theia-source-breakpoint > .theia-input {
465+
min-height: auto;
466+
}

0 commit comments

Comments
 (0)