forked from extern/egroupware
Fix egw_message does not show newlines
This commit is contained in:
parent
bc7c9d6e2f
commit
e1a70d192c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user