fix(styles): add node-resizer to base style

This commit is contained in:
moklick
2024-05-06 11:20:10 +02:00
parent 5f3dbbbade
commit d562818f4c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
/* this will be exported as base.css and can be used for a basic styling */
@import '../../../system/src/styles/init.css';
@import '../../../system/src/styles/base.css';
@import '../../../system/src/styles/node-resizer.css';
+1
View File
@@ -1,6 +1,7 @@
/* this gets exported as style.css and can be used for the default theming */
@import '../../../system/src/styles/init.css';
@import '../../../system/src/styles/base.css';
@import '../../../system/src/styles/node-resizer.css';
.svelte-flow__edge-label {
text-align: center;