mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fixes #4718: add vertical-align: middle; to .btn-group to ensure proper alignment next to standard .btn
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
.btn-group {
|
||||
position: relative;
|
||||
font-size: 0; // remove as part 1 of font-size inline-block hack
|
||||
vertical-align: middle; // match .btn alignment given font-size hack above
|
||||
white-space: nowrap; // prevent buttons from wrapping when in tight spaces (e.g., the table on the tests page)
|
||||
.ie7-restore-left-whitespace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user