made event-type full width clickable (#1722)
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user