diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js index 966970d5c..b090f5f7e 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js @@ -318,8 +318,8 @@ class CompetitionContents extends Component{ ` .ant-table-tbody > tr > td:nth-last-child(4){ line-height: 63px; - width: 300px; - height: 63px; + max-width: 300px; + height: 96px; display: inline-block; overflow: hidden; text-overflow: ellipsis; @@ -327,8 +327,8 @@ class CompetitionContents extends Component{ } .ant-table-tbody > tr > td:nth-last-child(3){ line-height: 63px; - width: 300px; - height: 63px; + max-width: 305px; + height: 96px; display: inline-block; overflow: hidden; text-overflow: ellipsis;