diff --git a/erpnext/public/scss/website.scss b/erpnext/public/scss/website.scss index 735b417da17..617e916724d 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 824f0bd5ba8..2b1c282d184 100644 --- a/erpnext/www/support/index.html +++ b/erpnext/www/support/index.html @@ -4,20 +4,20 @@ - {{ _(greeting_title) or _("We're here to help") }} + {{ greeting_title or _("We're here to help") }} {{ greeting_subtitle or _("Browse help topics.") }} {% if favorite_article_list %} - + - {{ _("Frequently Read Articles") }} + {{ _("Frequently Read Articles") }} {% for favorite_article in favorite_article_list %} - + {{ favorite_article['category'] }} {{ favorite_article['title'] }} @@ -33,9 +33,9 @@ {% endif %} {% if help_article_list %} - + - {{ _("Help Articles") }} + {{ _("Help Articles") }} {% for item in help_article_list %}
{{ greeting_subtitle or _("Browse help topics.") }}