Shrink tgroup column to fit content

This commit is contained in:
R. David Dunphy 2023-01-20 17:33:01 +00:00
parent 95a9228e05
commit 5f33c6135b

View file

@ -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; } */