Move scenario variables to the top of their container
This commit is contained in:
@@ -68,6 +68,7 @@ export default function ScenarioEditor({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<HStack
|
<HStack
|
||||||
|
alignItems="flex-start"
|
||||||
pr={cellPadding.x}
|
pr={cellPadding.x}
|
||||||
py={cellPadding.y}
|
py={cellPadding.y}
|
||||||
height="100%"
|
height="100%"
|
||||||
@@ -128,7 +129,7 @@ export default function ScenarioEditor({
|
|||||||
alignItems={layoutDirection === "column" ? "flex-start" : "center"}
|
alignItems={layoutDirection === "column" ? "flex-start" : "center"}
|
||||||
flexWrap="wrap"
|
flexWrap="wrap"
|
||||||
>
|
>
|
||||||
<Box bgColor="blue.100" color="blue.600" px={2} fontSize="xs" fontWeight="bold">
|
<Box bgColor="blue.100" color="blue.600" px={2} my="3px" fontSize="xs" fontWeight="bold">
|
||||||
{key}
|
{key}
|
||||||
</Box>
|
</Box>
|
||||||
<Textarea
|
<Textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user