From 0fe73c9e6ab1e03254c540e23d7dac4ddb1ea914 Mon Sep 17 00:00:00 2001
From: Jonas <jonas.zohren@tu-dortmund.de>
Date: Mon, 8 Mar 2021 13:57:04 +0100
Subject: [PATCH] stack buttons under each other

---
 src/SingleDialogComponent.svelte | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/SingleDialogComponent.svelte b/src/SingleDialogComponent.svelte
index 8524d99..3fa52ae 100644
--- a/src/SingleDialogComponent.svelte
+++ b/src/SingleDialogComponent.svelte
@@ -27,6 +27,7 @@
     <button on:click={() => dispatch("switchToDialog", option.linksToDialog)}
       >{option.text}</button
     >
+    <br />
   {/each}
 </div>
 <button
-- 
GitLab