fix-issue#11797 (#11800)

pull/11808/head
Denzil Samuel 2023-10-11 03:06:50 +05:30 committed by GitHub
parent ff3a9d03a4
commit 6d0bcb709d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ export const BookerLayoutSelector = ({
if (flags["booker-layouts"] !== true) return null;
return (
<>
<div>
<div className="border-subtle rounded-t-xl border p-6">
<Label className="mb-0 text-base font-semibold">{title ? title : t("layout")}</Label>
<p className="text-subtle max-w-full break-words py-1 text-sm">
@ -84,7 +84,7 @@ export const BookerLayoutSelector = ({
</>
)}
/>
</>
</div>
);
};