Skip to content

Commit

Permalink
debug: align Input box for hit count condition
Browse files Browse the repository at this point in the history
fixes #14420
  • Loading branch information
isidorn committed Oct 26, 2016
1 parent d18eb33 commit 059251b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
font-family: Monaco, Menlo, Consolas, "Droid Sans Mono", "Inconsolata", "Courier New", monospace, "Droid Sans Fallback";
line-height: 22px;
background-color: transparent;
padding: 8px;
}

.monaco-workbench.mac .monaco-editor .breakpoint-widget .input {
font-size: 11px;
padding: 8px;
}

.monaco-workbench.windows .monaco-editor .breakpoint-widget .input,
Expand Down

0 comments on commit 059251b

Please sign in to comment.