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.
Hi @Marat
In what view? Can you provide a screenshot? :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.