Skip to content

Commit

Permalink
fix: fix css for mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Sep 5, 2023
1 parent 044ac78 commit 2cb552f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/unfold/assets/css/unfold.css

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

1 change: 1 addition & 0 deletions ckanext/unfold/theme/unfold.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ $image-path: "../../images";
.jstree-table-headerwrapper,
.jstree-table-midwrapper {
width: -webkit-fill-available;
width: -moz-available;
display: table;
}
}
Expand Down

0 comments on commit 2cb552f

Please sign in to comment.