fix: spacing in booking item mobile (#8279)

pull/8270/head^2 v2.7.18
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
1 changed files with 1 additions and 1 deletions

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