Skip to content

Commit

Permalink
fix(tooltip): tooltip content should take all available vertical space
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Dec 23, 2020
1 parent 6221ba1 commit b46d9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/tooltip/_layout.scss
Expand Up @@ -34,6 +34,7 @@
}

.k-tooltip-content {
align-self: stretch;
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit b46d9f8

Please sign in to comment.