From acd1f7646b8e8aada5f78dd0eb185e461db0eb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 5 Feb 2016 12:41:45 +0100 Subject: [PATCH] Add space between related task name and ID --- app/styles/modules/common/related-tasks.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/modules/common/related-tasks.scss b/app/styles/modules/common/related-tasks.scss index 86c437a3..e3aa2231 100644 --- a/app/styles/modules/common/related-tasks.scss +++ b/app/styles/modules/common/related-tasks.scss @@ -124,6 +124,10 @@ text-overflow: ellipsis; white-space: nowrap; } + svg, + span { + margin-right: .25rem; + } input { @extend %medium; margin-right: 1rem;