You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: