full width event types list on mobile
This commit is contained in:
@@ -85,7 +85,7 @@ export default function Availability({ user, types }) {
|
||||
</button>
|
||||
)
|
||||
}>
|
||||
<div className="bg-white shadow overflow-hidden sm:rounded-sm">
|
||||
<div className="bg-white shadow overflow-hidden sm:rounded-sm -mx-4 sm:mx-0">
|
||||
<ul className="divide-y divide-neutral-200">
|
||||
{types.map((type) => (
|
||||
<li key={type.id}>
|
||||
|
||||
Reference in New Issue
Block a user