• This topic has 4 replies, 2 voices, and was last updated 6 years ago by RoyRoy.
  • This topic has prefixes assigned
Viewing 5 posts - 1 through 5 (of 5 total)
Author
Posts
  • #9427

    Nigel:

    Second issue.

    When adding a lengthy “Note” to an Individual’s “Fact”, it does not wrap the text when viewing the Individual’s page. Messes up the page layout.

    1st attachment Note as entered.
    2nd attachment Note as viwed on page

    Roy

    Roy

    Roy

    Apache 2.4.27  PHP 7.19 MariaDB 10.2.8

  • #9432

    Roy

    I can’t reproduce this one yet. I tried adding a similar note to your’s, even doubling the length of the URL, and it wraps perfectly. But that still leaves a number of possible issues that could cause it, different browsers, different screen sizes, to name only a couple.

    As a first step, can you organise temporary access to your site for me, so I can see it first-hand, and take a look at the underlying code, just in case there’s an issue with versions?

    Nigel
    My personal kiwitrees site is www.our-families.info
  • #9433

    Nigel:

    Sorry about reporting this one. It works OK in Chrome. The only issue is when loading in Edge.

    Roy

    Roy

    Apache 2.4.27  PHP 7.19 MariaDB 10.2.8

  • #9434

    Great, that’s what I needed to know 🙂

    In the file kiwitrees\themes\kiwitrees\style.css, about line 1975 change this:

    .wrap {
    	white-space: normal;
    }

    to this:

    .wrap {
    	white-space: normal;
    	word-break: break-all;
    }
    Nigel
    My personal kiwitrees site is www.our-families.info
  • #9435

    Nigel:

    That did the trick. Works fine.

    Roy

    Roy

    Apache 2.4.27  PHP 7.19 MariaDB 10.2.8

    1 user thanked author for this post.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fact/Notes’ is closed to new replies.