Open ArendPeter opened 1 year ago
Could put a limit on candidate names, could also put ellipses after some number of candidates. This is how I implemented it in the add candidate form.
<Box sx={{ overflow: 'hidden', textOverflow: 'ellipsis', width: '100%', pl: 2 }}>
<Typography variant="h4" component="h4" noWrap>{candidate.candidate_name}</Typography>
</Box>
I did a super quick fix for this on the following commits
7a7e08e92ecfc6a1bfe2a186eb33c1fd2fe49d98 ea5b796cf89ee25056034e40f05bfef1bfb34dd3 07aeeaea8b760581067ce6f216bc06adf4a1f777
It only applies to STAR results at the moment, it needs to be added to other results as well
Adam detailed the problem here: https://docs.google.com/document/d/114IqR4Wx1u5EKgK_e7wF0VXTTMIPzTLHNiDOgg22qhU/edit