Skip to content

Commit

Permalink
Make number values overflow with ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Nov 19, 2024
1 parent 44ef50d commit f3b4964
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v3/src/components/case-table/case-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ $table-body-font-size: 8pt;
font-weight: 500;
margin-top: 2px;
text-align: right;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}

Expand Down

0 comments on commit f3b4964

Please sign in to comment.