fix: spacing in booking item mobile (#8279)

This commit is contained in:
Udit Takkar 2023-04-15 02:05:17 +05:30 committed by GitHub
parent c748bbc7e6
commit 6e555e64fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ export const EventTypeDescription = ({
}}
/>
)}
<ul className="mt-2 flex flex-wrap space-x-2 rtl:space-x-reverse">
<ul className="mt-2 flex flex-wrap gap-x-2 gap-y-1">
{eventType.metadata?.multipleDuration ? (
eventType.metadata.multipleDuration.map((dur, idx) => (
<li key={idx}>