Make truncation clearer

This commit is contained in:
Oliver Blanthorn 2018-09-01 22:55:56 +01:00
parent 3e9c212b3e
commit b109e8d0a8
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -239,4 +239,5 @@ a.url:hover {
#completions .SettingsCompletionOption td.content,
#completions .SettingsCompletionOption td.type {
width: 15%;
text-overflow: ellipsis;
}