Fix #16095 - line breaks in pre-wrap CHAR column
Signed-off-by: Petr Duda <petrduda@seznam.cz>
This commit is contained in:
parent
fee730fcdc
commit
481f229dbe
@ -797,6 +797,14 @@ td.disabled {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.pre_wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.pre_wrap br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* login form
|
||||
*/
|
||||
|
||||
@ -919,6 +919,10 @@ td.disabled {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.pre_wrap br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.font_weight_bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -581,6 +581,10 @@ td.disabled {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.pre_wrap br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* zoom search
|
||||
*/
|
||||
|
||||
@ -840,6 +840,10 @@ td.disabled {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.pre_wrap br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* login form
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user