List of steps to reproduce (step by step, including full links if applicable):
- Visit https://doc.wikimedia.org/codex/main/components/typeahead-search.html#demos
- Focus on the input in the first demo
What happens?:
The placeholder text will shift to the right when you're focused on the input, then back to the left when the input loses focus
What should have happened instead?:
The input text should always be in the same place. Only the padding-left and margin-left of the input, plus the placement of the start icon, should shift.
Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc.: Main branch of Codex. This was introduced when some changes were made to input icon spacing recently.