full width event types list on mobile
parent
a5c0118f3b
commit
49777eb05b
|
@ -85,7 +85,7 @@ export default function Availability({ user, types }) {
|
||||||
</button>
|
</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">
|
<ul className="divide-y divide-neutral-200">
|
||||||
{types.map((type) => (
|
{types.map((type) => (
|
||||||
<li key={type.id}>
|
<li key={type.id}>
|
||||||
|
|
Loading…
Reference in New Issue