Remove ellipsis (hiding text in Firefox, showing bubbles in Safari)

This commit is contained in:
Jakub Vrana 2013-10-24 19:31:31 -07:00
parent cfe76ffaf0
commit bcbec6871f

View file

@ -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; }