Skip to content

Commit

Permalink
fix: word counter position when text area have cols
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhybansal committed Dec 27, 2024
1 parent 05619d2 commit 3fba672
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/styles/scss/components/text-area/_text-area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@
inline-size: 1px;
}

.#{$prefix}--form-item {
&:has(.#{$prefix}--text-area__wrapper--cols) {
inline-size: fit-content;
}
}

//-----------------------------
// Disabled
//-----------------------------
Expand Down

0 comments on commit 3fba672

Please sign in to comment.