Remove nowrap from .btn

This commit is contained in:
Rowan-James Tran 2018-08-01 10:04:13 -07:00 committed by Mark Otto
parent 4def76c34e
commit 24bdadf9d3

View File

@ -8,7 +8,6 @@
display: inline-block;
font-weight: $btn-font-weight;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: $btn-border-width solid transparent;