1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/10819] Forgot this causes vertical scrollbars on IE

PHPBB3-10819
This commit is contained in:
Patrick Webster 2012-04-15 23:38:12 -05:00
parent 7a6d3ec61b
commit 09621342a5

View File

@ -156,7 +156,6 @@ table.hrdiff tbody td {
table.hrdiff td pre {
font-family: "Consolas", monospace;
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: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */