mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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;
|
margin: 0 0 @baseLineHeight / 2;
|
||||||
font-size: @baseFontSize - 1; // 14px to 13px
|
font-size: @baseFontSize - 1; // 14px to 13px
|
||||||
line-height: @baseLineHeight;
|
line-height: @baseLineHeight;
|
||||||
word-break: break-all;
|
|
||||||
word-wrap: break-word;
|
|
||||||
white-space: pre;
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border: 1px solid rgba(0,0,0,.15);
|
border: 1px solid rgba(0,0,0,.15);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue