From 2c052a02de866e20aaf26a067c4a70cc714b596d Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 8 Feb 2021 08:33:52 +1100 Subject: [PATCH] Style tweaks --- common/common.scss | 2 +- javascripts/discourse/templates/components/category-name-header.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common.scss b/common/common.scss index 33c4c2d..ab62630 100644 --- a/common/common.scss +++ b/common/common.scss @@ -29,7 +29,7 @@ display: inline-block; vertical-align: middle; font-size: 1.5em; - margin: 7px 0; + margin: 0 0 7px; @include underline; } diff --git a/javascripts/discourse/templates/components/category-name-header.hbs b/javascripts/discourse/templates/components/category-name-header.hbs index 25210a8..7273a22 100644 --- a/javascripts/discourse/templates/components/category-name-header.hbs +++ b/javascripts/discourse/templates/components/category-name-header.hbs @@ -1,4 +1,4 @@ {{category.name}} {{#if category.description}} -

{{dir-span category.description}}

+

{{{dir-span category.description}}}

{{/if}} \ No newline at end of file