mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Merge pull request #4639 from frikdt/fix-window_completion_option-in-commandline_css
Updated WindowCompletionOption in commandline.css stylesheet
This commit is contained in:
commit
5157d9be5a
1 changed files with 2 additions and 2 deletions
|
@ -293,7 +293,7 @@ a.url:hover {
|
|||
}
|
||||
|
||||
#completions .WindowCompletionOption td.id {
|
||||
width: 4ch !important;
|
||||
width: 6ch !important;
|
||||
text-align: right;
|
||||
padding: 0px 3pt;
|
||||
padding: 0px 8pt;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue