Skip to content

Commit

Permalink
Samples: Make input text fields left-aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Oct 3, 2023
1 parent 1607e10 commit 4c6597a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Samples/assets/invader.rcss
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,15 @@ input.text, input.password
padding: 11dp 10dp 0;
decorator: tiled-horizontal( text-l, text-c, auto ); /* Right becomes mirrored left */
cursor: text;
text-align: left;
}

textarea
{
padding: 14dp 12dp 10dp;
decorator: ninepatch( textarea, textarea-inner, 1.0 );
cursor: text;
text-align: left;
}

input.text,
Expand Down

0 comments on commit 4c6597a

Please sign in to comment.