Browse Source

Visual tests: Make search box text left-aligned again

Michael Ragazzon 2 years ago
parent
commit
ee2986e3ab
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Tests/Data/style.rcss

+ 4 - 0
Tests/Data/style.rcss

@@ -147,4 +147,8 @@ input.text {
 	tab-index: auto;
 	tab-index: auto;
 	cursor: text;
 	cursor: text;
 	box-sizing: border-box;
 	box-sizing: border-box;
+	text-align: left;
+}
+input.text, textarea {
+	text-align: left;
 }
 }