mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix egw_message does not show newlines
This commit is contained in:
parent
3ead887bf7
commit
b18f0ecc76
@ -974,6 +974,7 @@ body > div#egw_message {
|
||||
border: 2px gray solid;
|
||||
min-width: 100px;
|
||||
z-index: 10;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -506,4 +506,5 @@ body > div#egw_message {
|
||||
z-index: 100000;
|
||||
margin: 0px auto;
|
||||
max-width: 90%;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user