[Resolved] display problem search box and annotations in mobile view

    • July 27, 2019 at 5:38 am #4839
      visimitra
      Participant

      just upgrade to version 1.12-2, but view for search box leave some space and annotations in the mobile miss aligned<br />
      as view in the picture below

    • July 28, 2019 at 10:34 pm #4841
      S
      techcare
      Participant

      I have the same issue with the missing image for the search option.

      But I don’t have the exclamation mark issue, probably all my tickets only have either an attachment and/or replies.

    • August 1, 2019 at 11:33 pm #4857
      stevland
      Keymaster

      Hi @visimitra,

      Thank you for your report.

      The first issue will be fixed in the next release. For now please add the following code to /osta/user-styles.css:

      @media screen and (max-width: 760px) {
          .input.attached .button.attached {
                  display: none;
          }
      }

      I will also look into the second issue and come up with a fix soon.

You must be logged in to reply to this topic.