Fix egw_message does not show newlines

This commit is contained in:
Hadi Nategh 2015-02-17 13:10:21 +00:00
parent 3ead887bf7
commit b18f0ecc76
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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