Skip to content

Commit 01494fa

Browse files
committed
Fix view component's content display
1 parent 34b3878 commit 01494fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/src/widgets/view/widget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default {
127127
flex: 1 1 100%;
128128
display: grid;
129129
130-
grid-template-rows: auto auto;
130+
grid-template-rows: min-content auto;
131131
grid-template-columns: 1fr;
132132
grid-template-areas: "n" "c";
133133

0 commit comments

Comments
 (0)