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? :)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.