From 471301d1a7ec761921efab3442dbdb442a0de3e9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 24 Oct 2020 18:15:21 +0200 Subject: [PATCH] Fix reminder inputs and the close buttons not properly aligned --- src/styles/components/reminders.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/styles/components/reminders.scss b/src/styles/components/reminders.scss index 0373fb2f2..1e2167168 100644 --- a/src/styles/components/reminders.scss +++ b/src/styles/components/reminders.scss @@ -1,6 +1,7 @@ .reminders { .reminder-input { - margin: 0; + display: flex; + align-items: center; &.overdue input { color: $red; @@ -12,11 +13,11 @@ a { color: $red; - vertical-align: sub; + padding-left: .5rem; } input { - width: 90%; + width: 100%; border: none; &:focus {