Kapchat - Padding around text

Hi guys, was just wondering if anyone has gotten the padding around text to work in OBS?

If I open the link in a web browser I can edit the CSS and add in padding and I can SEE that it changes, but adding the padding in on OBS doesn’t seem to do anything.

Am I just missing something here?

[SOLVED]

I solved it, I had to take the specific class “.chat_line” and add a new rule to #chatbox stating

#chat_box .chat_line {
    padding:10px 10px 10px
}

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.