Expand rightmost column a bit

This commit is contained in:
Cohee 2024-05-24 22:27:24 +03:00
parent a717e2ace8
commit 761f903fdb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#completion_prompt_manager #completion_prompt_manager_list li {
display: grid;
grid-template-columns: 4fr 80px 40px;
grid-template-columns: 4fr 80px 45px;
margin-bottom: 0.5em;
width: 100%
}