diff options
| author | liuyl <[email protected]> | 2013-08-01 11:26:12 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-08-01 11:26:12 +0800 |
| commit | 56aedcb71397c867396455b6860d627c1efe2707 (patch) | |
| tree | a9212ca22545af1c6894d5616fe16872cf49e7cf /less/button-groups.less | |
| parent | e9413315b55ec036a6de9846e4fb2fed1f910b7c (diff) | |
| download | bootstrap-56aedcb71397c867396455b6860d627c1efe2707.tar.xz bootstrap-56aedcb71397c867396455b6860d627c1efe2707.zip | |
add table-layout
Diffstat (limited to 'less/button-groups.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; |
