T
Typebot5mo ago
Glauber

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
GlauberOP5mo ago
I don't want to use it in "long text" mode.
No description
Anthony
Anthony5mo ago
.typebot-input-form {
max-width: unset;
}
.typebot-input-form {
max-width: unset;
}
Anthony
Anthony5mo ago
No description
Glauber
GlauberOP5mo ago
Tks. It works!

Did you find this page helpful?