Skip to content

Commit

Permalink
fixed long extension names on the homepage (#4856)
Browse files Browse the repository at this point in the history
  • Loading branch information
svitlana-galianova authored and bobsilverberg committed Apr 30, 2018
1 parent 8664e15 commit d758b5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/amo/components/AddonsCard/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
grid-row: 2 / 2;
}

.SearchResult-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.SearchResult-users,
.SearchResult-metadata {
height: 24px;
Expand Down

0 comments on commit d758b5b

Please sign in to comment.