commandline.css: Force help completion width to 25% of available space

This commit is contained in:
glacambre 2019-02-08 08:12:01 +01:00
parent 65dc89cfce
commit a480a593aa
No known key found for this signature in database
GPG key ID: B9625DB1767553AC

View file

@ -242,7 +242,7 @@ a.url:hover {
}
.HelpCompletionOption td.name {
max-width: 25%;
width: 25%;
}
#completions .SessionCompletionOption td.type {