Make sure the language text not truncated too much

This commit is contained in:
Lim Chee Aun 2024-11-27 23:44:53 +08:00
parent 09080a37e0
commit 264ca66dd1

View file

@ -259,6 +259,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
max-width: 100%; max-width: 100%;
min-width: 4ch;
} }
#compose-container .compose-footer { #compose-container .compose-footer {