Skip to content

Commit

Permalink
fixed hSpider css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosabayomi committed Nov 2, 2024
1 parent 1222aeb commit 18bca31
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1 (2024-11-03)

- Fix: hSpider tree type css style issue

## 1.0.0 (2024-11-02)

- Fix: customElement bug on mobile browsers
Expand Down
5 changes: 3 additions & 2 deletions dist/css/treeSpider.css

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

2 changes: 1 addition & 1 deletion dist/css/treeSpider.css.map

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,6 +1,6 @@
{
"name": "treespider",
"version": "1.0.0",
"version": "1.0.1",
"description": "An organization structure chart library for displaying organization structure in style",
"main": "./dist/es/treeSpider.bundle.min.js",
"author": "Abayomi Amusa",
Expand Down
4 changes: 2 additions & 2 deletions scss/treeSpider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ $vertical-space: var(--vertical-space-var);
margin: 0px !important;
}

.st-single-h > div > svg {
.st-single-h > ts-element > svg {
padding: 0px !important;
margin: 0px !important;
}
Expand All @@ -221,7 +221,7 @@ $vertical-space: var(--vertical-space-var);
justify-content: center;
}

.st-single-h > div {
.st-single-h > ts-element {
height: 100% !important;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 18bca31

Please sign in to comment.