Skip to content

Commit

Permalink
query log client column style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bniwredyc committed Jul 17, 2024
1 parent f29a1cf commit f960832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/helpers/renderFormattedClientCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const renderFormattedClientCell = (value: any, info: any, isDetailed = fa
}

return (
<div className="logs__text mw-100" title={value}>
<div className="logs__text logs__text--client mw-100" title={value}>
<Link to={`logs?search="${encodeURIComponent(value)}"`}>{nameContainer}</Link>
{whoisContainer}
</div>
Expand Down

0 comments on commit f960832

Please sign in to comment.