• Resolved Droidism

    (@droidism)


    Hi,

    Theme Unit Test shows that the title “Super/Duper/Long/NonBreaking/Path/Name/To/A/File/That/Is/Way/Deep/Down/In/Some/Mysterious/Remote/Desolate/Part/Of/The/Operating/System/To/A/File/That/Just/So/Happens/To/Be/Strangely/Named/Supercalifragilisticexpialidocious.txt” breaks the layout in the Related Posts section.

    A possible fix for this could be to add word-break: break-word;

    The complete css markup in related-posts.scss will then look something like

    .related-entry-title {
      --fontSize: 16px;
      margin: 15px 0 0 0;
      word-break: break-word;
    }

    (starting from line 60)

    Thanks in advance for this small tweak to an otherwise great theme.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Related Posts: Title Breaks Layout’ is closed to new replies.