From 56aedcb71397c867396455b6860d627c1efe2707 Mon Sep 17 00:00:00 2001 From: liuyl Date: Thu, 1 Aug 2013 11:26:12 +0800 Subject: add table-layout --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e0862209e..f11f26248 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3158,6 +3158,7 @@ button.close { .btn-group-justified { display: table; width: 100%; + table-layout: fixed; } .btn-group-justified .btn { -- cgit v1.2.3