From f5049dc59505030038697edb8ba24eb53061cb8e Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Wed, 30 Jan 2019 18:18:16 +0200 Subject: [PATCH] Wrap big titles --- custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.css b/custom.css index bf1c254..37c1212 100644 --- a/custom.css +++ b/custom.css @@ -78,6 +78,7 @@ body { .card-header h4 { font-size: 1.5rem; margin: 0; + word-wrap: break-word; } .card-header .text-muted { -- GitLab