From 0cbf446bec6cd2241154882efedd575ed72e840e Mon Sep 17 00:00:00 2001 From: spacewander Date: Sat, 14 May 2016 15:38:52 +0800 Subject: [PATCH] let heading wrap So that we can show longer topic like http://devdocs.io/redis/zunionstore --- assets/stylesheets/components/_content.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/stylesheets/components/_content.scss b/assets/stylesheets/components/_content.scss index c82117e6..7fcdfa58 100644 --- a/assets/stylesheets/components/_content.scss +++ b/assets/stylesheets/components/_content.scss @@ -146,8 +146,6 @@ ._lined-heading, %lined-heading { - white-space: nowrap; - overflow: hidden; word-wrap: normal; overflow-wrap: normal;