• Riyaz

    (@mriyazuddin1)


    Hello,

    I’m trying to add the following CSS to counter labels so the label appears on a single line. It works fine in browser inspector but when I add the CSS to the website, it doesn’t. It also doesn’t show up in the browser inspector indicating the CSS was never applied. I have even tried with !important as well no no avail. How do I apply this CSS code?

     p.counterLabel {
    white-space: nowrap;
    }

You must be logged in to reply to this topic.