LP-5681: fixed achievement description length

This commit is contained in:
Дмитрий Пиченикин 2026-03-11 14:38:52 +03:00
parent 9079737523
commit 23bffe57f7
3 changed files with 9 additions and 3 deletions

View File

@ -38,7 +38,9 @@
p { p {
margin: 0; margin: 0;
display: inline; width: auto;
overflow: hidden;
text-overflow: ellipsis;
} }
} }

View File

@ -53,7 +53,9 @@
p { p {
margin: 0; margin: 0;
display: inline; width: auto;
overflow: hidden;
text-overflow: ellipsis;
} }
} }

View File

@ -38,7 +38,9 @@
p { p {
margin: 0; margin: 0;
display: inline; width: auto;
overflow: hidden;
text-overflow: ellipsis;
} }
} }