From daeda6f610ca746d978ef9ddd005338aa1e0fbd2 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 23 Nov 2020 23:16:06 +0100 Subject: [PATCH] Allow line breaks in RfC question --- app/assets/stylesheets/request-for-comments.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/request-for-comments.css.scss b/app/assets/stylesheets/request-for-comments.css.scss index 98e12e3e..34f4a393 100644 --- a/app/assets/stylesheets/request-for-comments.css.scss +++ b/app/assets/stylesheets/request-for-comments.css.scss @@ -35,6 +35,7 @@ .text { font-weight: bold; + white-space: pre-wrap; } }