Skip to content

Commit

Permalink
fix(options): show checkboxes in Firefox 55
Browse files Browse the repository at this point in the history
Fixes #257
  • Loading branch information
lidel committed May 31, 2017
1 parent 5ed78fe commit 447a2ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "IPFS Companion (Development Channel)",
"short_name": "IPFS Companion",
"version" : "2.0.5",
"version" : "2.0.6",

"description": "Access IPFS resources via custom HTTP2IPFS gateway",
"homepage_url": "https://github.com/ipfs/ipfs-companion",
Expand Down
3 changes: 3 additions & 0 deletions add-on/src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
input { display: inline-block; } /* fix for https://github.com/ipfs/ipfs-companion/issues/257 */
</style>
</head>

<body>
Expand Down

0 comments on commit 447a2ca

Please sign in to comment.