This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new c25f99e fix some wrapping issues with <pre>
c25f99e is described below
commit c25f99e6777f438a9574b38ad096a0d3ab307f5e
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Dec 16 19:01:02 2021 +0100
fix some wrapping issues with <pre>
---
webui/css/scaffolding.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 9865696..1809094 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -952,7 +952,7 @@ a:first-child > .listview_email_compact {
font-family: Hack;
margin-left: 8px;
font-size: 1.25rem;
- white-space: pre-line;
+ white-space: pre-wrap;
float: left;
width: calc(100% - 10px);
position: relative;
@@ -1118,6 +1118,7 @@ a.checked {
pre.diff {
background: #FFDD;
border: 1px solid #3336;
+ white-space: pre-wrap;
}
.chatty_title_inline {