You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@garrett mentioned that there should be a space between the text and the ellipsis. The ellipsis comes from webkit-line-clamp so I haven't been able to figure out how to override this with CSS.
Can't it just always have a space before? Or is it a flex that could have a gap? Or perhaps content: " "; in CSS? And psosibly perhaps the truncation needs to be on a parent element?
@garrett mentioned that there should be a space between the text and the ellipsis. The ellipsis comes from webkit-line-clamp so I haven't been able to figure out how to override this with CSS.
The only hacky workaround I found is specifying a custom font.
The text was updated successfully, but these errors were encountered: