1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fixes #9406: proper border for justified btn-groups inside tables

This commit is contained in:
Luca Wehrstedt 2013-08-13 20:28:18 +02:00
parent 1fd51b0fa3
commit 1e1b5c737b
3 changed files with 3 additions and 1 deletions

View file

@ -3872,6 +3872,7 @@ button.close {
.btn-group-justified {
display: table;
width: 100%;
border-collapse: separate;
table-layout: fixed;
}

File diff suppressed because one or more lines are too long

View file

@ -229,6 +229,7 @@
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
.btn {
float: none;
display: table-cell;