Skip to content

Commit

Permalink
Text clamp integration cards (home-assistant#12302)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Mar 7, 2020
1 parent 17ae18c commit 47f27e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/custom/_component_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
}

.title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;

text-decoration: none;
font-size: 18px;
color: #000;
Expand Down

0 comments on commit 47f27e3

Please sign in to comment.