Fix egw_message does not show newlines

This commit is contained in:
Hadi Nategh 2015-02-18 11:48:11 +00:00
parent bc7c9d6e2f
commit e1a70d192c
4 changed files with 4 additions and 0 deletions

View File

@ -974,6 +974,7 @@ body > div#egw_message {
border: 2px gray solid; border: 2px gray solid;
min-width: 100px; min-width: 100px;
z-index: 10; z-index: 10;
white-space: pre-wrap;
} }
/** /**

View File

@ -3815,6 +3815,7 @@ body > div#egw_message {
z-index: 100000; z-index: 100000;
margin: 0px auto; margin: 0px auto;
max-width: 90%; max-width: 90%;
white-space: pre-wrap;
} }
/** /**
* Less-file for egroupware * Less-file for egroupware

View File

@ -3804,6 +3804,7 @@ body > div#egw_message {
z-index: 100000; z-index: 100000;
margin: 0px auto; margin: 0px auto;
max-width: 90%; max-width: 90%;
white-space: pre-wrap;
} }
/** /**
* Less-file for egroupware * Less-file for egroupware

View File

@ -506,4 +506,5 @@ body > div#egw_message {
z-index: 100000; z-index: 100000;
margin: 0px auto; margin: 0px auto;
max-width: 90%; max-width: 90%;
white-space: pre-wrap;
} }