Fix width issue in general setting (#9388)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
9399-cal-1908-ui-move-copy-invite-link-box-out-of-modal-footer
Hiten 2023-06-07 16:38:29 +05:30 committed by GitHub
parent 8b63483e2e
commit 3d5ff82062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export const BookerLayoutSelector = ({
return ( return (
<> <>
<Label className="mb-0">{title ? title : t("bookerlayout_title")}</Label> <Label className="mb-0">{title ? title : t("bookerlayout_title")}</Label>
<p className="text-subtle max-w-[280px] break-words py-1 text-sm sm:max-w-[500px]"> <p className="text-subtle max-w-full break-words py-1 text-sm">
{description ? description : t("bookerlayout_description")} {description ? description : t("bookerlayout_description")}
</p> </p>
<Controller <Controller