0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

add table-layout

This commit is contained in:
liuyl 2013-08-01 11:26:12 +08:00
parent e9413315b5
commit 56aedcb713
3 changed files with 3 additions and 1 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -157,6 +157,7 @@
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
.btn {
float: none;
display: table-cell;