Skip to content

Commit c6a04fd

Browse files
committed
fix: immediate children only for autosize
1 parent 0296c7c commit c6a04fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DayEvent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function onMouseUp() {
178178
</style>
179179

180180
<style>
181-
.event-card-root * {
181+
.event-card-root > * {
182182
box-sizing: border-box;
183183
width: 100%;
184184
height: 100%;

0 commit comments

Comments
 (0)