From: Jakub Vrana Date: Thu, 30 Dec 2010 12:30:08 +0000 (+0100) Subject: Avoid nowrap on printer X-Git-Tag: v3.2.0~81 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=fce2312c55a5597538c0e294c190c59871308f7b;p=adminer.git Avoid nowrap on printer --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 23162cbb..7b8e9bd7 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -59,4 +59,5 @@ pre { margin: 1em 0 0; } #lang, #menu { display: none; } #content { margin-left: 1em; } #breadcrumb { left: 1em; } + .nowrap td, .nowrap th, td.nowrap { white-space: normal; } }