BuddyDev

Search

[Resolved] Hyphenation

  • Participant
    Level: Yogi
    Posts: 1105
    calu on #24992

    Hi Brajesh, you solved my issue with text over floating the field in a Multi line text area field, by this code:

    .profile-fields .data {
    word-break: break-all;

    }

    Now hyphenation and seperation of words turns out as a problem, any simple code to solve this as well?

    Regards
    Carsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25000

    Hi Carsten,
    I am sorry but I could not understand this

    Now hyphenation and separation of words turns out as a problem, any simple code to solve this as well?

    Please help me understand the question and I will assist.

    Regards
    Brajesh

  • Participant
    Level: Yogi
    Posts: 1105
    calu on #25006

    Hi Brajesh, thanks for helping out. The problem is word breaks and where the words are separated.

    In the editor it looks like is should, words are not separated abnormally

    https://imgur.com/C7uH9vR

    When saved words are separated not in whole words, but where the text box ends. Another thing is the vertical overflow, which I just discovered when the text is long.

    https://imgur.com/Kn2mX4F

    Hop this clarifies the issue.

    Regards
    Carsten

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25028

    Hi Carsten,
    You may want to take a look at this
    https://css-tricks.com/almanac/properties/h/hyphenate/

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved