This commit is contained in:
Adam Bradley
2015-03-23 22:56:59 -05:00
parent a9253ea404
commit 856e2663d1
15 changed files with 4557 additions and 7 deletions

View File

@ -90,7 +90,9 @@ $button-small-icon-size: 16px !default;
min-height: $button-height + 5px;
line-height: normal;
vertical-align: top;
vertical-align: top; // the better option for most scenarios
vertical-align: -webkit-baseline-middle; // the best for those that support it
white-space: nowrap;
text-overflow: ellipsis;