Removed word-break:break-all; from webclient css as per issue 210. Interestingly enough, this only showed an effect in Chrome on my machine; in Firefox, the lines were cropped per word also with this setting.
This commit is contained in:
parent
ed00e42762
commit
13b3d61b42
1 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ a:hover, a:active { color: #ccc }
|
||||||
/* Base style for new messages in the main message area */
|
/* Base style for new messages in the main message area */
|
||||||
.msg {
|
.msg {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-all;
|
|
||||||
padding: .5em .9em;}
|
padding: .5em .9em;}
|
||||||
/*border-bottom: 1px dotted #222 } /*optional line between messages */
|
/*border-bottom: 1px dotted #222 } /*optional line between messages */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue