Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to adapt the Issues in Epic to screen resolution

Marat June 17, 2020

Hello everyone.

I see that the "ghx-issues-in-epic-table" using styles:

.aui-group { 
display: table;

box-sizing: border-box;
border-spacing: 0;
table-layout: fixed;
width:
100%;
}

If i add to announcement banner <style > .aui-group {width: auto}</style > 

This helps to adapt the table, but also affects other tables like a list of issue in a Project menu tab.

I also tried this :
$('#ghx-issues-in-epic-table tr').css('width','auto');

does not work.

1 answer

0 votes
Mathis Hellensberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 17, 2020

Hi @Marat 

In what view? Can you provide a screenshot? :)

Marat June 17, 2020

Some users use low-resolution laptops.

 

jiratab.png

Suggest an answer

Log in or Sign up to answer