TP-48565 | jira description alignment fix
This commit is contained in:
@@ -104,13 +104,11 @@ const SearchResultsTable: FC<SearchResultTableProps> = ({
|
||||
headerName: 'JIRA description',
|
||||
suppressMovable: true,
|
||||
width: 500,
|
||||
maxwidth: 500,
|
||||
minwidth: 500,
|
||||
|
||||
cellStyle: {
|
||||
'text-overflow': 'ellipsis',
|
||||
'white-space': 'nowrap',
|
||||
overflow: 'hidden',
|
||||
padding: 0,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -40,7 +40,7 @@ const TicketNameCell = ({ tickerName, ticketLink, ticketType }) => {
|
||||
) : (
|
||||
<Tooltip
|
||||
text="Unable to fetch JIRA ticket details"
|
||||
position="top"
|
||||
position="left"
|
||||
withPointer={false}
|
||||
>
|
||||
<div className={styles['alert-icon']}>
|
||||
|
||||
Reference in New Issue
Block a user