to the selection table. This has brought this back:
note the wide ID column, and the title header not continuing to the end of the data in the table.
the horizontal scroll bar is due to overflow of the title data.
If I set table-layout to auto (the default) I see:
where the ID column size makes sense, the table header/footer continue to the end of the window at any size.
If I shrink the window down I get a horizontal scroll bar like the picture above.
What was the issue that required table-layout to be set to fixed? The log message for the mega refactoring
commit didn't address this.
It looks like ref 27866f2b2 added:
to the selection table. This has brought this back:
note the wide ID column, and the title header not continuing to the end of the data in the table. the horizontal scroll bar is due to overflow of the title data.
If I set table-layout to auto (the default) I see:
where the ID column size makes sense, the table header/footer continue to the end of the window at any size. If I shrink the window down I get a horizontal scroll bar like the picture above.
What was the issue that required table-layout to be set to fixed? The log message for the mega refactoring commit didn't address this.