Skip to content

Commit

Permalink
Visual tests: Make search box text left-aligned again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Oct 11, 2023
1 parent 2ec97da commit ee2986e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Data/style.rcss
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,8 @@ input.text {
tab-index: auto;
cursor: text;
box-sizing: border-box;
text-align: left;
}
input.text, textarea {
text-align: left;
}

0 comments on commit ee2986e

Please sign in to comment.