1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02: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 b3dfcdc7ed
commit 9ee9b8a1e8
3 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
line-height: $btn-line-height;
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;