Viewing 1 replies (of 1 total)
  • Plugin Author srumery

    (@srumery)

    Hello @bigbankclub

    I’ll say that I didn’t think it was possible but I dug in and found a way. The solution is to apply CSS to the tab using the psudo code ::after. In the content attribute you add a \a to apply a line break, then your second word. In the example below I have wordwrap on the second line.

    a#rum_sst_tab::after{
        content: "\awordwrap";
        white-space: pre;
    }

    Give that a shot and let me know how it goes.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Line Break (2 Words)’ is closed to new replies.