[Resolved] Thread entry odd width calc

    • May 29, 2019 at 1:06 pm #4302
      I
      IT Support
      Participant

       

      Hi, I know this is a really fussy one, but there is a (maybe new) ticket-thread CSS part in staff-desktop.css which sets the width to a value that I don’t understand.

      First, “correct” (old) part:

      .thread-entry .thread-body {<br />
      width: calc(100% – 27px);<br />
      }

      And now, there’s a second (new) one:

      .thread-entry .thread-body {<br />
      width: calc(100% – 32px);<br />
      }

       

    • May 29, 2019 at 1:38 pm #4305
      stevland
      Keymaster

      Thank you. That style has been moved to .client-desktop.css where it belongs. 🙂

You must be logged in to reply to this topic.