By User on Sunday, 27 June 2021
Posted in General Issues
Replies 1
Likes 0
Views 494
Votes 0
Hello. Problem appear after update ES4.0.3 to 4.0.4.

Example is on the screenshot.

If use not English language, long words take 2 lines as expected. But in ES 4.0.4 second line is crossed with next comment.

Can you please provide some temporary fix so I can use it in custom.css?

Thanks.


Updated:
I suppose problem in code:
#es .es-comment-item-meta {
color: #888;
display: -webkit-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 20px;
height: 20px;
}
have to change height: 20px; to height: initial;
Hi there,

Thanks for reporting this. I've logged this issue to our developer to take a look.

Can you please provide some temporary fix so I can use it in custom.css?


Yeah, you can temporarily change the `height: 20px;` to `height: initial;`

Have a great day.
Cheers.
·
Monday, 28 June 2021 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post