Skip to content

Commit

Permalink
Merge branch 'v.0.42.1' of https://github.com/GetPublii/Publii into v…
Browse files Browse the repository at this point in the history
….0.42.1
  • Loading branch information
dziudek committed Apr 12, 2023
2 parents 89fcd8e + 5836303 commit 51cb26a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/src/assets/svg/svg-map-block-editor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export default {
case 'h5': return 20;
case 'h6': return 20;
case 'ordered-list': return 18;
case 'nesting': return 17;
case 'flattening': return 17;
case 'nesting': return 18;
case 'flattening': return 18;
case 'long-line': return 18;
case 'dotted-line': return 18;
case 'dot': return 18;
Expand Down Expand Up @@ -126,8 +126,8 @@ export default {
case 'h5': return 20;
case 'h6': return 20;
case 'ordered-list': return 18;
case 'nesting': return 12;
case 'flattening': return 12;
case 'nesting': return 18;
case 'flattening': return 18;
case 'long-line': return 18;
case 'dotted-line': return 18;
case 'dot': return 18;
Expand Down

0 comments on commit 51cb26a

Please sign in to comment.