Input-box - Custom css

Does anyone know how I can make the input box take up the entire width of the screen?
No description
4 Replies
Glauber
GlauberOP4d ago
I don't want to use it in "long text" mode.
No description
Anthony
Anthony4d ago
.typebot-input-form {
max-width: unset;
}
.typebot-input-form {
max-width: unset;
}
Anthony
Anthony4d ago
No description
Glauber
GlauberOP4d ago
Tks. It works!

Did you find this page helpful?