Skip to content

Commit

Permalink
Merge branch 'release-54.12.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 2, 2024
2 parents 4f61d5f + d1793c1 commit 1f4a4a1
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion views/css/tao-3.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/lib/jsTree/themes/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/lib/jsTree/themes/css/style.css.map

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

4 changes: 3 additions & 1 deletion views/js/lib/jsTree/themes/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
.tree {
overflow:auto;
max-height: 75vh;
max-width: 280px;
max-width: 50vw;
background: white;
border-right: 5px $canvas solid;
min-width: $treeSidebar * 1px;
resize: both;
.ltr, .rtl {
margin-top: 8px;
min-height: 150px;
Expand Down
2 changes: 1 addition & 1 deletion views/js/loader/vendor.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/loader/vendor.es5.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/js/loader/vendor.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions views/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 views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@oat-sa/tao-core-libs": "^1.0.0",
"@oat-sa/tao-core-sdk": "^3.0.0",
"@oat-sa/tao-core-shared-libs": "^1.6.1",
"@oat-sa/tao-core-ui": "^3.2.0",
"@oat-sa/tao-core-ui": "^3.2.1",
"codemirror": "^5.54.0",
"dompurify": "^2.4.0",
"gamp": "0.2.1",
Expand Down

0 comments on commit 1f4a4a1

Please sign in to comment.