mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
Add configurable button text wrapping (#29554)
This commit is contained in:
committed by
XhmikosR
parent
7ecfa6a343
commit
f55566e36b
@@ -10,6 +10,7 @@
|
||||
font-weight: $btn-font-weight;
|
||||
color: $body-color;
|
||||
text-align: center;
|
||||
white-space: $btn-white-space;
|
||||
vertical-align: middle;
|
||||
cursor: if($enable-pointer-cursor-for-buttons, pointer, null);
|
||||
user-select: none;
|
||||
|
Reference in New Issue
Block a user