diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index 3d49a619b..b1b43a769 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -841,6 +841,10 @@ video { margin-right: 3rem; } +.mb-4 { + margin-bottom: 1rem; +} + .mt-4 { margin-top: 1rem; } @@ -877,10 +881,6 @@ video { margin-right: 0.25rem; } -.mb-4 { - margin-bottom: 1rem; -} - .ml-1 { margin-left: 0.25rem; } @@ -1784,6 +1784,10 @@ video { padding-bottom: 0.5rem; } +.pt-1 { + padding-top: 0.25rem; +} + .text-center { text-align: center; } diff --git a/src/UI/Popup/TagRendering/TagRenderingQuestion.svelte b/src/UI/Popup/TagRendering/TagRenderingQuestion.svelte index 0131a20fa..83c37af8e 100644 --- a/src/UI/Popup/TagRendering/TagRenderingQuestion.svelte +++ b/src/UI/Popup/TagRendering/TagRenderingQuestion.svelte @@ -1,202 +1,200 @@ {#if question !== undefined}