We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956afc0 commit 01a1f8dCopy full SHA for 01a1f8d
.gitignore
@@ -6,6 +6,7 @@ node_modules
6
# local env files
7
.env.local
8
.env.*.local
9
+.env
10
11
# Log files
12
npm-debug.log*
src/components/basecanvas.vue
@@ -327,6 +327,7 @@ export default {
327
width: 100%;
328
height: 28px;
329
border-radius: 4px;
330
+ overflow: hidden;
331
}
332
.tabs {
333
width: 10%;
0 commit comments