diff --git a/src/projects/list/components/Projects/ProjectsGridView.scss b/src/projects/list/components/Projects/ProjectsGridView.scss index 201a5209a..f4105e976 100644 --- a/src/projects/list/components/Projects/ProjectsGridView.scss +++ b/src/projects/list/components/Projects/ProjectsGridView.scss @@ -312,7 +312,8 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - + width: 178px; + &:hover { background-color: $tc-dark-blue-30; color: $tc-black;