Increase space between input and controls in dialogs (#1159)

This commit is contained in:
Francesco Spissu
2022-07-08 16:10:02 +02:00
committed by GitHub
parent d7a2d83990
commit 7d961537eb

View File

@@ -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;
}