diff options
| author | Mark Otto <[email protected]> | 2012-02-21 09:00:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-21 09:00:10 -0800 |
| commit | 187b3bd4bd891295213a8b131cdf8e5e4d210286 (patch) | |
| tree | fbc728fa5e5ea6beadefd0098c13ae74488f2156 | |
| parent | a78faee5894fe31db7a3ae692aa60f2eab7388a2 (diff) | |
| parent | f50b2c9b92f6a70a636da0a65b601e65f41daee9 (diff) | |
| download | bootstrap-187b3bd4bd891295213a8b131cdf8e5e4d210286.tar.xz bootstrap-187b3bd4bd891295213a8b131cdf8e5e4d210286.zip | |
Merge pull request #2129 from andriijas/2.0.2-wip-navtabs
Width fix 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 |
