mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Make sure the language text not truncated too much
This commit is contained in:
parent
09080a37e0
commit
264ca66dd1
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue