From bcbec6871fde0ce072811e6738a101f82f78ae6d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 24 Oct 2013 19:31:31 -0700 Subject: [PATCH] Remove ellipsis (hiding text in Firefox, showing bubbles in Safari) --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index d81c4f7f..d2b9b573 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -60,7 +60,7 @@ input.required { box-shadow: 1px 1px 1px red; } #menu { position: absolute; margin: 10px 0 0; padding: 0 0 30px 0; top: 2em; left: 0; width: 19em; } #menu p { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; } #dbs { overflow: hidden; } -#logins, #tables { white-space: nowrap; overflow: auto; text-overflow: ellipsis; } +#logins, #tables { white-space: nowrap; overflow: auto; } #logins a, #tables a, #tables span { background: #fff; } #content { margin: 2em 0 0 21em; padding: 10px 20px 20px 0; } #lang { position: absolute; top: 0; left: 0; line-height: 1.8em; padding: .3em 1em; }