Skip to content

Edit icon covers text in task details #431

@HarshRaj29004

Description

@HarshRaj29004

UI Bug: Edit Button Overlaps Description Text

Description

In the Task Details modal, the edit (pencil) button overlaps with the task description text. This causes part of the text to be hidden and affects readability.

Steps to Reproduce

  1. Open the application
  2. Navigate to Tasks (/home#tasks)
  3. Click on any task to open the Task Details modal
  4. Observe the Description field

Expected Behavior

The edit button should be positioned in a way that does not overlap the description text (e.g., aligned to the right with proper spacing).

Actual Behavior

The edit icon overlaps the description text inside the modal.

Screenshot

Image

Environment

  • OS: Windows 10
  • Browser: Brave (Chromium-based)
  • Version: Latest

Possible Fix

  • Add right padding to the description container
  • Or place the edit icon outside the text flow using flex layout
    (display: flex; justify-content: space-between; align-items: center;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions