mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10819] Forgot this causes vertical scrollbars on IE
PHPBB3-10819
This commit is contained in:
@@ -156,7 +156,6 @@ table.hrdiff tbody td {
|
|||||||
table.hrdiff td pre {
|
table.hrdiff td pre {
|
||||||
font-family: "Consolas", monospace;
|
font-family: "Consolas", monospace;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
|
|
||||||
white-space: pre-wrap; /* css-3 */
|
white-space: pre-wrap; /* css-3 */
|
||||||
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
||||||
white-space: -pre-wrap; /* Opera 4-6 */
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
Reference in New Issue
Block a user