Princeton-LSI-ResearchComputing / tracebase

Mouse Metabolite Tracing Data Repository for the Rabinowitz Lab
MIT License
4 stars 1 forks source link

Treatments Column Overrun on Studies page #984

Open hepcat72 opened 1 month ago

hepcat72 commented 1 month ago

BUG DESCRIPTION

Problem

The column width is too narrow for the longest words in the treatments (protocols): carboxymethylcellulose (randomly encountered - so perhaps there's a longer word?). The infusates column has the same issue, so probably all columns could potentially have this issue.

Steps to reproduce

  1. tracebase-dev.princeton.edu
  2. Click the Studies page (currently, the default order shows the problem on the first page of studies)

Current behavior

treatments: column_overrun

infusates: overrun_infusates

Expected behavior

The column width should dynamically accommodate the longest word.

Suggested Change

None provided

Comment

None


ISSUE OWNER SECTION

Assumptions

  1. List of assumptions made WRT the code
  2. E.g. We will assume input is correct (explaining why there is no validation)

Limitations

  1. A list of things this work will specifically not do
  2. E.g. This feature will only handle the most frequent use case X

Affected Components

Requirements

DESIGN

GUI Change description

None provided

Code Change Description

None provided

Tests