Skip to content

Commit

Permalink
ux: fix details for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Apr 1, 2022
1 parent f13cb0e commit d4b6900
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion assets/scss/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ details summary {

summary {
list-style: none;
display: inline;
display: inline-block;
width: calc(100% + 2rem);
margin: -0.5rem -1rem 0;
padding: 0.5rem 0.75rem;
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyas/doks",
"description": "Doks theme",
"version": "0.4.1",
"version": "0.4.2",
"browserslist": [
"defaults"
],
Expand Down

0 comments on commit d4b6900

Please sign in to comment.