Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

Fix for some odd spaces being rendered inside the some `textfields` #84

Closed promatik closed 2 years ago

promatik commented 2 years ago

WHY

BEFORE - What was wrong? What was happening before this PR?

There was some spaces inside the textfields with the translations.

AFTER - What is happening after this PR?

No more spaces 🙌

Is it a breaking change or non-breaking change?

No

How can we test the before & after?

Head to; /admin/language/texts/en/auth, check the spaces;

image