mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add table-layout
This commit is contained in:
parent
e9413315b5
commit
56aedcb713
3 changed files with 3 additions and 1 deletions
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
@ -3158,6 +3158,7 @@ button.close {
|
||||||
.btn-group-justified {
|
.btn-group-justified {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-justified .btn {
|
.btn-group-justified .btn {
|
||||||
|
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -157,6 +157,7 @@
|
||||||
.btn-group-justified {
|
.btn-group-justified {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
table-layout: fixed;
|
||||||
.btn {
|
.btn {
|
||||||
float: none;
|
float: none;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
|
Loading…
Add table
Reference in a new issue