keitaroinc / keitaro-theme

The official WordPress theme of Keitaro Inc.
MIT License
0 stars 0 forks source link

Reimplement trimming long titles in breadcrumbs #19

Closed gocemitevski closed 6 years ago

gocemitevski commented 6 years ago

Breadcrumbs should be rendered with flexbox and only the last element's text should be trimmed with ellipsis if there's not enough space to display its entire content.

The current implementation involves setting a maximum width, which is not the optimal approach.

gocemitevski commented 6 years ago

Resolved and re-implemented as described in the description above.