LP-5681: fixed achievement description length
This commit is contained in:
parent
9079737523
commit
23bffe57f7
@ -38,7 +38,9 @@
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
display: inline;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -53,7 +53,9 @@
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
display: inline;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -38,7 +38,9 @@
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
display: inline;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user