Skip to content

Commit f77d7ff

Browse files
committed
Tweak playground example CSS
1 parent 8ecb424 commit f77d7ff

File tree

1 file changed

+4
-1
lines changed
  • packages/create-vue-lib/src/template/playground/examples/packages/playground/src

1 file changed

+4
-1
lines changed

packages/create-vue-lib/src/template/playground/examples/packages/playground/src/App.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ import { ExampleComponent, MyPanel } from '@scopedPackageName@'
2121
</template>
2222

2323
<style scoped>
24+
.main {
25+
max-width: 300px;
26+
}
27+
2428
.main > * + * {
2529
margin-top: 10px;
26-
max-width: 300px;
2730
}
2831
</style>

0 commit comments

Comments
 (0)