fixed mobile layout for event types advanced settings (#627)

pull/440/head
Peer_Rich 2021-09-11 10:45:34 +02:00 committed by GitHub
parent bc79f24fd4
commit 2574006f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
</label>
</div>
<div className="w-full">
<ul className="mt-1 w-96">
<ul className="mt-1 w-max">
{customInputs.map((customInput: EventTypeCustomInput, idx: number) => (
<li key={idx} className="p-2 mb-2 border bg-secondary-50">
<div className="flex justify-between">