From 78ed863d7e6403b4beda1579b70c94c78789bdb5 Mon Sep 17 00:00:00 2001 From: Galen Mancino Date: Mon, 10 Jun 2019 10:25:45 -0700 Subject: [PATCH] adds some styling re #27 --- consultations_prj/media/css/project.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/consultations_prj/media/css/project.css b/consultations_prj/media/css/project.css index 7fd0ce8d8..4da0fc8c6 100644 --- a/consultations_prj/media/css/project.css +++ b/consultations_prj/media/css/project.css @@ -225,6 +225,15 @@ flex-direction: row; } +.card-info { + display: flex; + flex-direction: row; +} + +.card-info-details { + margin-left: 12px; +} + .workflows-ref-number-card div > div { margin: 0; }