Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AntoineH

    (@antoineh)

    Try adding these CSS lines to fix the table width:

    table.prediction-table-questions.statistics { width: 100%; table-layout: fixed; }
    table.prediction-table-questions.statistics td:nth-child(2) { word-wrap: break-word; }
    Thread Starter charlie999

    (@charlie999)

    Thanks, that did the trick.
    What does the td:nth-child(2) mean? Is there a child(1) too and does that mean it makes a wordwrap in the first stage too on bonus statistics? I mean on one users statistic?

    Plugin Author AntoineH

    (@antoineh)

    nth-child is a CSS pseudo-selector: https://css-tricks.com/how-nth-child-works/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Statistic of all users bonus question answers’ is closed to new replies.