diff options
| author | Andreas Cederström <[email protected]> | 2012-02-21 09:20:46 +0100 |
|---|---|---|
| committer | Andreas Cederström <[email protected]> | 2012-02-21 09:20:46 +0100 |
| commit | f50b2c9b92f6a70a636da0a65b601e65f41daee9 (patch) | |
| tree | dc7871fb2638585dc510d340151ba296a26031e0 | |
| parent | d149a131c14bb8be32ecc306f2128dddec9e83bf (diff) | |
| download | bootstrap-f50b2c9b92f6a70a636da0a65b601e65f41daee9.tar.xz bootstrap-f50b2c9b92f6a70a636da0a65b601e65f41daee9.zip | |
100% width on .tab-content
| -rw-r--r-- | less/navs.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/navs.less b/less/navs.less index 1fc42e4e9..a940cc13c 100644 --- a/less/navs.less +++ b/less/navs.less @@ -261,6 +261,7 @@ } .tab-content { display: table; // prevent content from running below tabs + width: 100%; } // Remove border on bottom, left, right |
