Fix long text bug

This commit is contained in:
Lim Chee Aun 2023-04-06 01:23:45 +08:00
parent 913a352dee
commit 9e2f5f72bc

View file

@ -25,6 +25,7 @@
}
#shortcuts-settings-container .shortcuts-list li .shortcut-text {
flex-grow: 1;
min-width: 0;
}
#shortcuts-settings-container .shortcuts-list li .shortcut-actions {
flex-shrink: 0;