Skip to content

Commit

Permalink
fix(textarea): unneeded padding cleared (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcorlu authored Feb 7, 2023
1 parent 0be574b commit 7e04ffa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/textarea/bl-textarea.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ label {
pointer-events: initial;
}

:host([label-fixed]) {
padding-top: var(--bl-size-m);
}

:host ::placeholder,
:host([label-fixed]) ::placeholder {
color: var(--bl-color-content-tertiary);
Expand Down

0 comments on commit 7e04ffa

Please sign in to comment.