From 3e1e159efa2592f3fc2c232eab195e46d7e0827c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Fri, 18 Oct 2019 17:58:54 +0200 Subject: [PATCH] MDL-66962 questions: Question bank table T title non breaking. --- mod/quiz/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod/quiz/styles.css b/mod/quiz/styles.css index e9570cfcf44..707dca384f4 100644 --- a/mod/quiz/styles.css +++ b/mod/quiz/styles.css @@ -968,6 +968,10 @@ table.quizreviewsummary td.cell { border: 0 none; } +#categoryquestions .header.qtype { + white-space: nowrap; +} + #categoryquestions th.modifiername .sorters, #categoryquestions th.creatorname .sorters { font-weight: normal;