From 0e0662cc9aac9702dfa99c82e66844aaea05fa26 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 28 Jun 2017 09:26:13 +0200 Subject: [PATCH] Added slightly specific rule to let headings wrap closes #90 --- rpg-docs/client/views/GeneralCSS/typography.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpg-docs/client/views/GeneralCSS/typography.css b/rpg-docs/client/views/GeneralCSS/typography.css index 862706e2..7f13bc6d 100644 --- a/rpg-docs/client/views/GeneralCSS/typography.css +++ b/rpg-docs/client/views/GeneralCSS/typography.css @@ -1,3 +1,7 @@ +body .paper-font-display4, body .paper-font-display3, body .paper-font-title, body .paper-font-caption{ + white-space: normal; +} + .white-text { color: #dedede; color: rgba(255,255,255,0.87);