made event-type full width clickable (#1722)
parent
42b1f090b0
commit
5c98eee647
|
@ -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} />
|
||||
|
|
Loading…
Reference in New Issue