UMB-CS-682-Team-03 / tracker

0 stars 0 forks source link

commit 27866f2b2 brought back poor selection table layout. #39

Closed rouilj closed 6 months ago

rouilj commented 6 months ago

It looks like ref 27866f2b2 added:

table-layout: fixed;

to the selection table. This has brought this back:

image

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:

image

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.

patel-malav commented 6 months ago

This was verified in the last sprint, closing the Issue