Skip to content

Commit

Permalink
Fix #15010
Browse files Browse the repository at this point in the history
  • Loading branch information
mithun522 committed Mar 22, 2024
1 parent 4f64bd0 commit 70c13af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/doc/inputtext/iconsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ export class IconsDoc {
code: Code = {
basic: `<span class="p-input-icon-left">
<i class="pi pi-search"></i>
<input type="text" pInputText [(ngModel)]="value" />
<input type="text" pInputText [(ngModel)]="value" class="pl-10" />
</span>`,

html: `
<div class="card flex flex-wrap justify-content-center gap-3">
<span class="p-input-icon-left">
<i class="pi pi-search"></i>
<input type="text" pInputText [(ngModel)]="value" />
<input type="text" pInputText [(ngModel)]="value" class="pl-10" />
</span>
<span class="p-input-icon-right">
Expand Down

0 comments on commit 70c13af

Please sign in to comment.