Prevent list numbers from being shrinked
This commit is contained in:
parent
32f2a6d99b
commit
7fa7276a43
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
color: var(--text-insignificant-color);
|
color: var(--text-insignificant-color);
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
#shortcuts-settings-container .shortcuts-list li .shortcut-text {
|
#shortcuts-settings-container .shortcuts-list li .shortcut-text {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue