8830 refactoring(styles): Layout errors on the template creation page#198
Merged
pneumatic-ilyacedrik merged 10 commits intoJun 19, 2026
Conversation
…for description elements in TemplateEdit.css
… and TaskForm components for cleaner code
…create-field-options and removing redundant kickoff-dropdown-field margin
…d KickoffRedux styles
…n Checkbox, Creatable, and Radio components
…or improved layout and debugging
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3a3ee10. Configure here.
…n_the_template_creation_page
…field in ExtraFieldCreatable and ExtraFieldUser components
EBirkenfeld
approved these changes
Jun 19, 2026
pneumojoseph
approved these changes
Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Low Risk
CSS and label-only UI tweaks plus removal of debug-only code; no auth, data, or core workflow logic changes.
Overview
Fixes layout and spacing on the template creation page for kickoff extra fields and related inputs, and removes leftover debug instrumentation from the rich editor.
Kickoff / extra-field layout: Padding moves from inner name inputs to the floating label container; Kickoff edit mode gets
kick-off-input__name_kickoff-editso field names size to content instead of stretching full width. Dropdown creatable/user fields drop the extrakickoff-dropdown-fieldmargin class; creatable option lists get consistent top spacing; required asterisk and pencil edit controls are repositioned; field block top margins are unified to1.6rem.Template task UI: Task description previews in template view are limited to three lines via
text-overflow. Title labels above the task name field and task descriptionRichEditorare removed (placeholders/tooltips remain).Cleanup: Deletes
DebugListSelectionPlugin, which logged list-item selection to a local ingest URL. MinorDropdownCrossIconlint comment update.Reviewed by Cursor Bugbot for commit 853a445. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Fix layout errors on the template creation page
kickoff-dropdown-fieldCSS class fromExtraFieldCreatableandExtraFieldUsercomponents and cleans up associated style rules.kick-off-input__name_kickoff-editCSS class in FieldWithName.tsx when in Kickoff mode to apply distinct field name layout.DebugListSelectionPluginthat was POSTing editor selection data to a hardcoded endpoint.titleprop fromRichEditorusage in the task form and description editor.Macroscope summarized 853a445.