Skip to content

Commit

Permalink
fix(cc-input-text): match text and input
Browse files Browse the repository at this point in the history
Fixes #1130
  • Loading branch information
HeleneAmouzou committed Jul 30, 2024
1 parent bcdcbe6 commit 7e156b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/cc-input-text/cc-input-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,8 @@ export class CcInputText extends CcFormControlElement {
We use this to display colored background rectangles behind space separated values.
This needs to be on the same line and the 2 level parent is important to keep scroll behaviour.
-->
<div class="input input-underlayer" style="--rows: ${rows}">
<div class="all-tags">${tags}</div>
</div>
<!-- prettier-ignore -->
<div class="input input-underlayer" style="--rows: ${rows}"><div class="all-tags">${tags}</div></div>
`
: ''}
<textarea
Expand Down

0 comments on commit 7e156b4

Please sign in to comment.