diff --git a/erpnext/public/scss/website.scss b/erpnext/public/scss/website.scss index 735b417da1..617e916724 100644 --- a/erpnext/public/scss/website.scss +++ b/erpnext/public/scss/website.scss @@ -81,4 +81,10 @@ .place-order-container { text-align: right; +} + +.kb-card { + .card-body > .card-title { + line-height: 1.3; + } } \ No newline at end of file diff --git a/erpnext/www/support/index.html b/erpnext/www/support/index.html index 824f0bd5ba..afc437052d 100644 --- a/erpnext/www/support/index.html +++ b/erpnext/www/support/index.html @@ -11,13 +11,13 @@ {% if favorite_article_list %} -
+

{{ _("Frequently Read Articles") }}

{% for favorite_article in favorite_article_list %}
-
+
{{ favorite_article['category'] }}

{{ favorite_article['title'] }}

@@ -33,7 +33,7 @@ {% endif %} {% if help_article_list %} -
+

{{ _("Help Articles") }}