diff --git a/src/App.vue b/src/App.vue index 17eff15ba0e5..dc1f4cae93e1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -768,6 +768,10 @@ export default { body .modal-wrapper * { box-sizing: border-box; } + +.modal-wrapper h2 { + margin-top: 0; +}