• Resolved cogmios

    (@cogmios)


    How can I break long words in a table? (in twentytwelve)

    I already tried word-wrap: break-word!important; but somehow does not work, see: http://ed.je/2L6

    If i try this on a notepad html it works, so it must be something that overrides my !important ?

    (and second issue in the same post… the numbers in the last line of the table do not show up in CHROME but they DO show up in Firefox…)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cogmios

    (@cogmios)

    Added:

    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;
    word-wrap: break-word;word-break: break-all;white-space:normal;

    to the specific TR SPAN

    works.

    Thread Starter cogmios

    (@cogmios)

    ah… only works for chrome not firefox or IE grmbl.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘break long words in twenty twelve’ is closed to new replies.