UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Comment meta items display wrong

User · ·
2:48 PM Sunday, 27 June 2021
None
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;
The replies under this section are restricted to logged in users or users with an active subscription with us