From a22792a4b4d54ff02c6f6ed2efb668bc30fe161a Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 6 Feb 2022 23:05:40 +0100 Subject: [PATCH] fix: styling --- src/components/date/datemathHelp.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/date/datemathHelp.vue b/src/components/date/datemathHelp.vue index 3b9212e8..1326335a 100644 --- a/src/components/date/datemathHelp.vue +++ b/src/components/date/datemathHelp.vue @@ -120,4 +120,12 @@ const exampleDate = format(new Date(), 'yyyy-MM-dd') .how-it-works-modal { font-size: 1rem; } + +p { + display: inline-block !important; +} + +.base-button { + display: inline; +}