]> git.joonet.de Git - adminer.git/commitdiff
Avoid nowrap on printer
authorJakub Vrana <jakub@vrana.cz>
Thu, 30 Dec 2010 12:30:08 +0000 (13:30 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 30 Dec 2010 12:30:08 +0000 (13:30 +0100)
adminer/static/default.css

index 23162cbbb1f2b91972a3b87f29f48f23d86e5dd9..7b8e9bd7924e5e5f78658bdeb73cf1c077249736 100644 (file)
@@ -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; }
 }