made event-type full width clickable (#1722)

This commit is contained in:
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

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} />