fix unnecessary scrollbar in workspace general appearance settings tab (#4791)

* fixed SuggestedChatMessages width styling

* ran yarn lint

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Colin Perry 2025-12-16 19:39:15 -08:00 committed by GitHub
parent bacd279e56
commit a1e8763e94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ export default function SuggestedChatMessages({ slug }) {
</div>
);
return (
<div className="w-screen mt-6">
<div className="w-full mt-6">
<div className="flex flex-col">
<label className="block input-label">
{t("general.message.title")}