2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Remove vertical-align: middle from .input-group-addon and .input-group-btn left over from V3

This commit is contained in:
Patrick Yeo
2017-05-01 18:00:43 -07:00
committed by Mark Otto
parent 02ae73fc0f
commit 80cf395e4d
-1
View File
@@ -37,7 +37,6 @@
.input-group-addon,
.input-group-btn {
white-space: nowrap;
vertical-align: middle; // Match the inputs
}