Reduced padding of ConfirmDialog body element.

This commit is contained in:
Fabio Manganiello 2023-08-07 00:50:10 +02:00
parent 435cbe7b1f
commit 26b4dcba46
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -60,6 +60,10 @@ export default {
padding: 1em;
}
.body {
padding: 1.5em;
}
.buttons {
display: flex;
flex-direction: row;