mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
completions: improve css
Stop long titles appearing after URLs
This commit is contained in:
parent
7334777714
commit
51d7258273
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ input {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
#completions table tr td {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#completions img {
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Add table
Reference in a new issue