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
parent
8b63483e2e
commit
3d5ff82062
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue