Removed display from input icon as it breaks elements with existing display selector

This commit is contained in:
Cagatay Civici 2024-02-02 02:14:34 +03:00
parent e9f07c5e3d
commit c12c006461
2 changed files with 0 additions and 2 deletions

View file

@ -78,7 +78,6 @@ const inputTextCSS = `
.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
display: block;
width: 100%;
}
`;