Skip to content

Commit 7ca00f1

Browse files
committed
Improve UI for versions table
1 parent e568fde commit 7ca00f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ui-app/src/app/pages/artifact/components/tabs/VersionsTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const VersionsTable: FunctionComponent<VersionsTableProps> = (props: Vers
5151
return (
5252
<div>
5353
<Link className="version-title"
54-
style={{ overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap" }}
54+
style={{ overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", textDecoration: "none" }}
5555
to={appNavigation.createLink(`/explore/${encodeURIComponent(props.artifact.groupId || "default")}/${encodeURIComponent(props.artifact.artifactId!)}/${encodeURIComponent(column.version!)}`)}
5656
>
5757
<span>{ column.version }</span>

0 commit comments

Comments
 (0)