DataLinks: Make data links input grow again (#21499)

This commit is contained in:
Dominik Prokop 2020-01-15 08:20:24 +01:00 committed by GitHub
parent f6c94b9c40
commit 2355d0901a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,7 @@ export const DataLinkInput: React.FC<DataLinkInputProps> = memo(
'gf-form-input',
css`
position: relative;
height: auto;
`
)}
>