Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
When hovering an item in doc list, the full title is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed Jul 12, 2019
1 parent e74141e commit 73de3a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/splash.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
text-overflow: ellipsis;
white-space: nowrap;
}

.title:hover {
text-overflow: clip;
white-space: normal;
}
}

input[type=text] {
Expand Down

0 comments on commit 73de3a7

Please sign in to comment.