Skip to content

Commit

Permalink
Fixed Firefox bug with IE-9 compatible styles
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Nov 10, 2016
1 parent de525a9 commit 0976a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bengor-cookies",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"description": "Cookie warning banner that request user consent, European law compilant. Zero dependencies, fully customizable",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/scss/bengor-cookies-ie9.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
@media only screen and (min-width: 641px) {
.bengor-cookies__actions,
.bengor-cookies__content {
display: inline-block;
display: table-cell;
padding: 0;
vertical-align: middle;
}
Expand Down

0 comments on commit 0976a17

Please sign in to comment.