Skip to content

Commit

Permalink
EPMRPP-92349 || ui-kit update & Projects List table column hover area…
Browse files Browse the repository at this point in the history
… fix
  • Loading branch information
maria-hambardzumian committed Jul 2, 2024
1 parent 2966af2 commit 802d9a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@formatjs/intl-pluralrules": "1.3.9",
"@formatjs/intl-relativetimeformat": "4.5.1",
"@formatjs/intl-utils": "1.6.0",
"@reportportal/ui-kit": "^0.0.1-alpha.12",
"@reportportal/ui-kit": "^0.0.1-alpha.13",
"axios": "1.6.4",
"c3": "0.7.20",
"chart.js": "2.9.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,20 @@
}

.project-name-col {
display: flex;
flex-direction: column;
align-items: start;

a {
all: inherit;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

&:hover{
color: $COLOR--topaz-hover-2;
&:hover{
color: $COLOR--topaz-hover-2;
}
}
}

Expand Down

0 comments on commit 802d9a9

Please sign in to comment.