Skip to content

Inconsistent Spacing Between Form Sections in BuildingEditPanel #44

Description

@snjsomnath

File: BuildingEditPanel.tsx
Location: Throughout file (form sections)

Problem:
Spacing between sections of the form is inconsistent, with a mix of 'space-y-4' and 'space-y-6' utilities used without a clear pattern. This leads to a visually uneven layout and a less polished user experience.

Impact:

  • Visual inconsistency across the form
  • Reduced UI polish and professionalism
  • Possible confusion for users regarding section groupings

Suggested Fix:

  • Standardize vertical spacing between all form sections (choose one utility, e.g., 'space-y-4' or 'space-y-6')
  • Apply consistent spacing throughout the file for all section wrappers
  • Consider documenting spacing standards in project style guidelines

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions