mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
Remove ellipsis (hiding text in Firefox, showing bubbles in Safari)
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user