Improve rule views by wrapping lines (#4702)

With the addition of the errors in the views list, it is now difficult
to have a view on all the rules in a screen witdh.

This commit adds wrapping to improve the overall display of the rules
page.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/4713/head
Julien Pivotto 2018-10-07 16:31:16 +02:00 committed by Brian Brazil
parent e1e2821cca
commit 17fea5478a
2 changed files with 68 additions and 68 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ table th tr td h2 {
font-size: 26px; font-size: 26px;
} }
.rule_cell { .rule_cell {
white-space: pre; white-space: pre-wrap;
background-color: #F5F5F5; background-color: #F5F5F5;
display: block; display: block;
font-family: monospace; font-family: monospace;