[Resolved] Create Ticket – Responsive Layout Issue

    • June 12, 2022 at 11:21 pm #10743
      ablovatto
      Participant

      Same problem.

      osTicket v1.16.3 // osTicket-1.16.3-Awesome-101

      A versão atual: osTicket-1.16.3-Awesome-101

    • October 7, 2022 at 1:35 pm #11968
      stevland
      Keymaster

      Yikes! Thank you for the report, @hitchman.

      This will be fixed in the next release.

      For now, please add the following CSS to Theme Options > Custom CSS:

      @media screen and (max-width: 760px) {
      body.demo.staff-side.tickets-page table.form_table.fixed tr {
      display: initial;
      }
      body.demo.staff-side.tickets-page table.fixed > tbody > tr > td + td:not([width]) {
      width: 100%;
      }
      table.form_table.fixed tr#userRow td,
      table.form_table.fixed tr#ccRow td {
      display: inline-block;
      }
      tbody#dynamic-form tr {
      display: table;
      }
      }

You must be logged in to reply to this topic.