- 
                Notifications
    
You must be signed in to change notification settings  - Fork 547
 
Open
Labels
Description
Describe the bug
When reviewing evaluations and looking at the dataset, the table on this screen clips the text in the table cells. This is a blocking issue and makes the page unusable.
To Reproduce
Steps to reproduce the behavior:
- Ensure you have ran an evaluation
 - Go to "Evaluations" tab
 - Click on one of the runs to view the dataset
 - Observe table with text clipped
Expected behavior
You should be able to see the complete content in the table cells. 
Desktop (please complete the following information):
- OS: all
 - Browser Firefox, LibreWolf tested
 - Version wouldn't matter
 
Additional context
It's the styling that's the problem, specifically the height set by:
.mat-mdc-row {
  height: var(--mat-table-row-item-container-height, 52px); <--- THIS
  color: var(--mat-table-row-item-label-text-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));
Removing the height style fixes the issue, but I'm sure that style is needed elsewhere by something else. Here's what it looks like without the height style:

Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status
