mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 12:26:34 +00:00
Increase space between input and controls in dialogs (#1159)
This commit is contained in:
parent
d7a2d83990
commit
7d961537eb
@ -30,6 +30,10 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.p-Widget.dialogOverlay .dialogBlock .dialogContent > input {
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
|
||||
.p-Widget.dialogOverlay .dialogBlock .dialogContent > div {
|
||||
padding: 0 0 12px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user