We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7f1e6 commit 7953604Copy full SHA for 7953604
src/components/TrackCard.vue
@@ -87,8 +87,8 @@ const getNodeStyle = (node: AstNode<any>): StyleValue => {
87
<SvgIcon name="close" />
88
</NButton>
89
</div>
90
- <div flex-1 flex gap-12px overflow-hidden scale-y-1>
91
- <div self-stretch flex="[2]" scale-x-1>
+ <div flex-1 flex gap-12px overflow-hidden>
+ <div self-stretch flex="[2]">
92
<TrackGraph
93
v-if="nodes.length && queryResult"
94
:nodes="nodes"
0 commit comments