Found a small word breaking bug in sieve raw filters editor

This commit is contained in:
djmaze 2021-01-18 09:27:26 +01:00
parent e023a5d6ab
commit 21e5d3733a

View file

@ -31,9 +31,6 @@ pre {
margin: 0 0 @baseLineHeight / 2;
font-size: @baseFontSize - 1; // 14px to 13px
line-height: @baseLineHeight;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid rgba(0,0,0,.15);