full width event types list on mobile

pull/410/head
Peer Richelsen 2021-08-03 13:16:25 +02:00
parent a5c0118f3b
commit 49777eb05b
1 changed files with 1 additions and 1 deletions

View File

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