From f9b9973c299b42df4cf6bf58f7bcf82b1bf0fb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 13 Sep 2017 09:26:05 +0200 Subject: [PATCH] Fix positioning of card description heading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 2 +- templates/part.card.php | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/css/style.scss b/css/style.scss index 7d73dfb9d..9a7d2e51c 100644 --- a/css/style.scss +++ b/css/style.scss @@ -610,7 +610,7 @@ input.input-inline { font-size: 15px; > div { - display: flex; + display: inline-flex; align-content: center; justify-content: space-between; } diff --git a/templates/part.card.php b/templates/part.card.php index 19068daba..bfbd34c1c 100644 --- a/templates/part.card.php +++ b/templates/part.card.php @@ -60,13 +60,10 @@

-
- t('Description')); ?> - -
- t('Saved')); ?> + t('Description')); ?> +
- + t('Saved')); ?>