Skip to content

Commit

Permalink
scope default justify-items value to text inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Nov 11, 2024
1 parent 83b3d2d commit ed5f9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/styles/components/form/_fields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $global-input-border-space: 0.25rem;
flex-direction: column;
justify-content: center;
align-content: center;
justify-items: left;
justify-items: center;

&__inline {
flex-direction: row;
Expand Down
1 change: 1 addition & 0 deletions lib/ui/styles/components/form/fields/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $module-name: form-field-text;
border-bottom-color: transparent;
transition: border-bottom-color var(--animation-easing)
var(--animation-duration-standard);
justify-items: initial;

&::placeholder {
color: var(--nc-input-placeholder);
Expand Down

0 comments on commit ed5f9d9

Please sign in to comment.