mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 12:19:20 +00:00
AddEnvironmentVariableRow button alignment to bottom (#73)
This commit is contained in:
parent
17cf878168
commit
41666568f5
@ -19,7 +19,7 @@ const AddEnvironmentVariableRow = ({
|
|||||||
isDeleteDisabled,
|
isDeleteDisabled,
|
||||||
}: AddEnvironmentVariableRowProps) => {
|
}: AddEnvironmentVariableRowProps) => {
|
||||||
return (
|
return (
|
||||||
<div className="flex gap-2 py-1 self-stretch">
|
<div className="flex gap-2 py-1 self-stretch items-end">
|
||||||
<Input
|
<Input
|
||||||
size="md"
|
size="md"
|
||||||
{...register(`variables.${index}.key`, {
|
{...register(`variables.${index}.key`, {
|
||||||
|
Loading…
Reference in New Issue
Block a user