made event-type full width clickable (#1722)

pull/1726/head
Peer Richelsen 2022-02-07 12:33:15 +00:00 committed by GitHub
parent 42b1f090b0
commit 5c98eee647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) {
);
}
}}
className="block px-6 py-4"
className="block w-full px-6 py-4"
data-testid="event-type-link">
<h2 className="font-semibold grow text-neutral-900 dark:text-white">{type.title}</h2>
<EventTypeDescription eventType={type} />