@ -837,6 +837,13 @@ reglistviewdivs2 {
cursor: default;
}
.maxnamewidth78 {
max-width: 78px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.maxnamewidth85 {
max-width: 85px;
@ -78,13 +78,13 @@ class PersonalCompetititem extends React.Component {
<img className="regitemimg2" src={getImageUrl("images/" + item.creator.image_url)}>
</img>
<p className="" style={{
<a className="maxnamewidth78" style={{
color: "#999999",
fontSize: "14px",
width: "78px",
textAlign: "center"
}}>{item.creator.name}</p>
}}>{item.creator.name}</a>
</div>
<div className=" " style={{
marginTop: "29px",