lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 89 forks source link

Fix for sizing on textarea boxes #132

Open westo27 opened 4 years ago

westo27 commented 4 years ago

I was having issues with when trying to resize textboxes in the translate manager. A large margin would appear on the right, making it very hard to work with. This was the solution I came up with. Unfortunately I couldn't get it to work without the !important tags as I couldn't find where the margins and widths were being applied from. So a better fix might be possible.

Before: before

After: after