ng-tailwind 5.0.2 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2250,7 +2250,7 @@ class NgtInputComponent extends NgtBaseNgModel {
2250
2250
  getInputPaddings() {
2251
2251
  let paddingClass = '';
2252
2252
  if (this.innerLeftIcon || this.customInnerContentTemplate) {
2253
- paddingClass += 'pl-7 pr-3 ';
2253
+ paddingClass += 'pl-10 pr-4 ';
2254
2254
  }
2255
2255
  else {
2256
2256
  paddingClass += 'px-4 ';