diff --git a/README.md b/README.md index bbf820e..12471c4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ View menu. History ======= +6/17/2014: Fixed a Windows (possibly Linux too) display issue. + 5/28/2014: Added caniuse to CSS styles to not mess w/ Brackets 5/20/2014: Merged in a PR by karanjthakkar that corrects layout issues. diff --git a/caniuse-brackets.css b/caniuse-brackets.css index e7a39cd..c467942 100644 --- a/caniuse-brackets.css +++ b/caniuse-brackets.css @@ -1,5 +1,5 @@ .caniuse_contentdiv { - height:220px; + height:100%; overflow:auto; } diff --git a/package.json b/package.json index 2120627..480bdc3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "CanIUse", "description": "Adds a panel that renders CanIUse.com data.", "homepage": "https://github.com/cfjedimaster/brackets-caniuse", - "version": "2.0.6", + "version": "2.0.7", "author": "Raymond Camden (http://www.raymondcamden.com)", "license": "MIT", "engines": { diff --git a/templates/display.html b/templates/display.html index cca15c0..d3c7585 100644 --- a/templates/display.html +++ b/templates/display.html @@ -1,7 +1,10 @@
-
CanIUse
× + CanIUse + + × +