Skip to content

Commit

Permalink
Resolving #507
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 6, 2015
1 parent c51e0e5 commit bcb0a3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/less/tooltip.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
background-color: @gray--tooltip;
border-radius: 2px;
box-shadow: @boxShadow-elevation--low;
}

.qtip-content {
overflow: hidden;
text-overflow: ellipsis;
}

0 comments on commit bcb0a3e

Please sign in to comment.