From 71a527be349adb1d485f0bb7310d5673a13cfc84 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 19 Oct 2009 10:47:53 +0000 Subject: [PATCH] Nowrap in IE git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1200 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/static/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index 097ae98f..8e84697c 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -18,8 +18,8 @@ code { background: #eee; } tr:hover td, tr:hover th { background: #ddf; } .version { color: #777; font-size: 67%; } .js .hidden { display: none; } -.nowrap { white-space: pre; } -.wrap { white-space: normal; } +.nowrap td, .nowrap th, td.nowrap { white-space: pre; } +.wrap td { white-space: normal; } .error { color: red; background: #fee; } .message { color: green; background: #efe; } .error, .message { padding: .5em .8em; margin: 0 20px 1em 0; }