Skip to content

Commit

Permalink
Remove ellipsis from thesis title
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Sep 3, 2024
1 parent 2171252 commit 39b3cc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/ThesesTable/ThesesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ThesesTable = (props: IThesesTableProps) => {
accessor: 'state',
title: 'State',
textAlign: 'center',
width: 120,
width: 150,
render: (thesis: IThesis) => {
return (
<Center>
Expand Down Expand Up @@ -82,7 +82,6 @@ const ThesesTable = (props: IThesesTableProps) => {
title: {
accessor: 'title',
title: 'Title',
ellipsis: true,
},
start_date: {
accessor: 'startDate',
Expand Down

0 comments on commit 39b3cc9

Please sign in to comment.