From ca5a648e88b151373ce9b78faaec25093a2c2681 Mon Sep 17 00:00:00 2001 From: ElMoribond Date: Wed, 14 Jul 2021 07:46:59 +0200 Subject: [PATCH] add margin bottom to dialog title --- web/src/components/Dialog.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Dialog.jsx b/web/src/components/Dialog.jsx index aefc323b4..8838a4afe 100644 --- a/web/src/components/Dialog.jsx +++ b/web/src/components/Dialog.jsx @@ -28,7 +28,7 @@ export default function Dialog({ actions = [], portalRootID = 'dialogs', title, }`} >
- {title} + {title}

{text}