Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea incorrect spacing #15865

Closed
Traciges opened this issue Jun 19, 2024 · 0 comments
Closed

Textarea incorrect spacing #15865

Traciges opened this issue Jun 19, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@Traciges
Copy link

Traciges commented Jun 19, 2024

Describe the bug

Why is there a bottom spacing at the textarea component? It does nothing but being utterly annoying when trying to create even space between components.

image

Environment

Reproducer

No response

Angular version

17.3.8

PrimeNG version

17.18.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.10.0

Browser(s)

Chrome, Firefox, Vivaldi, Edge

Steps to reproduce the behavior

  1. Create textarea component inside a div and give the div a border
<textarea rows="4" pInputTextarea></textarea>

div {
border: 1px solid black;
}

Expected behavior

The border around the div should be exactly around the border from the textarea to display no spacing around the textarea.

@Traciges Traciges added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jun 19, 2024
@Traciges Traciges closed this as not planned Won't fix, can't repro, duplicate, stale Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant