Skip to content

Commit

Permalink
fix: add back margin-left
Browse files Browse the repository at this point in the history
  • Loading branch information
feclist committed Nov 12, 2024
1 parent 99572ad commit 36485f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/TextArea/TextArea.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
.helpText {
display: flex;
}

.limitText {
margin-left: auto;
}
}

.textArea {
Expand Down

0 comments on commit 36485f7

Please sign in to comment.