Skip to content

Commit

Permalink
Fix for multi-line output showing on one line (se sensu/uchiwa#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
lps88 committed Oct 27, 2017
1 parent 14a6e6b commit fd50383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/uchiwa-default/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hr {
overflow-wrap: normal !important;
text-overflow: ellipsis;
word-wrap: normal;
white-space: nowrap;
white-space: pre-wrap;
}

.section-header {
Expand Down

0 comments on commit fd50383

Please sign in to comment.