2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Add configurable button text wrapping (#29554)

This commit is contained in:
Martijn Cuppens
2019-10-25 11:37:52 +02:00
committed by XhmikosR
parent 7ecfa6a343
commit f55566e36b
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -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;