From 354e222ab83009edb7d52e3babef2de75d0b3d88 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 28 Apr 2004 11:36:54 +0000 Subject: [PATCH] display scrollbar for extramely long edit summaries without spaces --- stylesheets/monobook/IE60Fixes.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index 2f085f83c8..d99c295e92 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -63,9 +63,13 @@ textarea { } #tawrapper { width: 100%; - text-align: left; overflow: hidden; } +.special li { + overflow: auto; + width: 100%; +} + div.editsection, #catlinks, div.tright, -- 2.20.1