When browser width is less than 1000px CSS does not keep all content viewable without sidescrolling

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Low
    • None
    • Affects Version/s: 6.0.1/OD-15
    • Component/s: None
    • 6

      In previous versions resizing the browser to half of my monitor (1920px wide) (Chrome states browser is 990px wide) you could still view all content on the page without horizontal scrolling with the old CSS layout. It seems like there is still enough whitespace on the screen to accommodate for this size in JIRA's responsive UI design. This allows for having an editor open along side JIRA on a one monitor system and being able to view all content in JIRA.

      Changing to:

      body

      { min-width: 950px; }

      seems to correct this.

      This regression started when we upgraded from 5.2 to 6.0.1.

            Assignee:
            Unassigned
            Reporter:
            sam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: