mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
fixes #4718: add vertical-align: middle; to .btn-group to ensure proper alignment next to standard .btn
This commit is contained in:
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -3388,6 +3388,7 @@ input[type="submit"].btn.btn-mini {
|
||||
*margin-left: .3em;
|
||||
font-size: 0;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn-group:first-child {
|
||||
|
Reference in New Issue
Block a user