Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Is there a way of displaying the detail view for an issue below the board, rather then next to it?

Is there a way of displaying the detail view for an issue below the board, rather then next to it?

Andrew H
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 21, 2018

Q. Is there a way of displaying the detail view for an issue below the board, rather then next to it?

 

A lot of our staff have a monitor in portrait mode.  This means that when an issue is selected the whole board and the detail view gets squeezed to display.  With a monitor in portrait mode, the ability to control where the detail view appears would be very useful.

1 answer

1 vote
Patrick Conley
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 12, 2018

I have a portrait monitor and a sprint board with five columns, and it was getting uncomfortably narrow. I couldn't find any feature of Jira that let me change this, but I was able to move the detail view below the board with custom CSS in my web browser:

#ghx-pool-column, #ghx-detail-view {
display: table-row;
}

#ghx-detail-view {
height: 450px; /* change me if desired */
}

#ghx-pool-column {
height: 100%;
}

#ghx-detail-contents {
border-top: 1px solid #ccc;
border-left: none;
border-bottom: none;
}

#js-detail-nav-content #DETAILS {
display: table-cell;
width: 400px;
}

#js-detail-nav-content #DESCRIPTION {
display: table-cell;
vertical-align: top;

I'm not a front-end dev, and this CSS might be broken in ways I haven't discovered. YMMV

Your browser probably requires that you install a plugin to set the custom CSS. I use Stylish on Chrome, but there are others. 

Andrew H
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 4, 2018

I had a quick try, kind of worked, but I need to come back to this when I get more time

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events