diff options
| author | Mark Otto <[email protected]> | 2013-08-02 20:19:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-02 20:19:20 -0700 |
| commit | 4bac2c567a139958cb2ff35f7ad30c7dcd8527a3 (patch) | |
| tree | 15ff3959662ad861714d70529d7f5f233c5c5fe9 /less | |
| parent | a0c44329e31f4ab3f1a5ea241074f0e7bd50a3f8 (diff) | |
| parent | 56aedcb71397c867396455b6860d627c1efe2707 (diff) | |
| download | bootstrap-4bac2c567a139958cb2ff35f7ad30c7dcd8527a3.tar.xz bootstrap-4bac2c567a139958cb2ff35f7ad30c7dcd8527a3.zip | |
Merge branch 'btngroup' of https://github.com/liuyl/bootstrap into liuyl-btngroup
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index d78815c93..4ee5616f3 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -157,6 +157,7 @@ .btn-group-justified { display: table; width: 100%; + table-layout: fixed; .btn { float: none; display: table-cell; |
