Skip to content

Commit

Permalink
Add text-aline: start to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetDealer committed Apr 19, 2024
1 parent f89cc3f commit 9bb3e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elsci-io/ui-essential",
"version": "1.0.57",
"version": "1.0.58",
"description": "Material Design components created for products built by elsci.io",
"main": "src/index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/TextInput/TextInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ text-input.placeholder-shown .text-input__label {
height: var(--text-input__error-line-height);
color: var(--theme-input-border-error);
padding-left: var(--text-input__label__left-padding);
text-align: start;
}

.text-input--with-right-icon .text-input__input, .text-input--select .text-input__input {
Expand Down

0 comments on commit 9bb3e1a

Please sign in to comment.