Skip to content

Commit 7d96153

Browse files
Increase space between input and controls in dialogs (#1159)
1 parent d7a2d83 commit 7d96153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: arduino-ide-extension/src/browser/style/dialogs.css

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
padding: 0;
3131
}
3232

33+
.p-Widget.dialogOverlay .dialogBlock .dialogContent > input {
34+
margin-bottom: 28px;
35+
}
36+
3337
.p-Widget.dialogOverlay .dialogBlock .dialogContent > div {
3438
padding: 0 0 12px;
3539
}

0 commit comments

Comments
 (0)