mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(n8n Form Node): Limit the max width for text area (#15508)
This commit is contained in:
@@ -164,6 +164,10 @@
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
form textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
form .form-input {
|
||||
border: 1px solid var(--color-input-border);
|
||||
border-radius: var(--border-radius-input);
|
||||
|
||||
Reference in New Issue
Block a user