make sure button text overflow is set to ellipsis

fixes #549
This commit is contained in:
Blake Walters 2015-03-10 10:48:02 -07:00
parent bbd253e2e5
commit 02232c3aae
1 changed files with 3 additions and 1 deletions

View File

@ -7,9 +7,11 @@
@include transition(background-color .2s ease-in-out);
@include transition(border-color .2s ease-in-out);
@include transition(color .2s ease-in-out);
outline: none;
outline-color: white;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&:hover {
color: darken($gray, 10%);