diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 14:43:45 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 14:43:45 +0200 |
| commit | ed9e846d1d85fa326389982e16bbc8799f2001c0 (patch) | |
| tree | 10d42fe7c54d7293abbca48fe6203ab5f61e005a /app/helpers | |
| parent | d12598f17547d6b6ad817f32bc6419556ecdf019 (diff) | |
Fix page-editor text inputs falling through to unstyled defaults
"#page_editor form input[...]" -- but form_for wraps around
inside, so the selector never matched anything. Every field without
its own dedicated per-id rule (i.e. everything outside nodes#edit)
fell through to the bare, unsized base rule instead. Fixed by
dropping the erroneous "form" and adding textarea, which the rule
never covered either even for its intended targets.
nodes#edit's own per-id rules (#page_title, #page_abstract, etc.) are
unaffected -- same specificity, later in the file, so they still win
where they already applied.
Diffstat (limited to 'app/helpers')
0 files changed, 0 insertions, 0 deletions
