mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
Found a small word breaking bug in sieve raw filters editor
This commit is contained in:
parent
e023a5d6ab
commit
21e5d3733a
1 changed files with 0 additions and 3 deletions
3
vendors/bootstrap/less/code.less
vendored
3
vendors/bootstrap/less/code.less
vendored
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue