0ac2936c11
Chrome ignores min-width on table headers with table-layout:fixed, meaning that question bank headers could be resized so that the controls were overlapping, and could be too narrow by default. This removes min-width: min-content in the headers and instead uses Javascript to calculate a constrain a min width based on the content of the headers.