mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Shrink tgroup column to fit content
This commit is contained in:
parent
95a9228e05
commit
5f33c6135b
1 changed files with 3 additions and 1 deletions
|
@ -83,7 +83,9 @@ input:focus {
|
|||
width: 6em;
|
||||
}
|
||||
#completions table tr td.tgroup {
|
||||
width: 10%;
|
||||
width: 0;
|
||||
min-width: fit-content;
|
||||
padding-left: 0.5em;
|
||||
text-align: right;
|
||||
}
|
||||
/* #completions table tr td:nth-of-type(3) { width: 5em; } */
|
||||
|
|
Loading…
Add table
Reference in a new issue