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

pull/5206/head
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%;
}
`;

View File

@ -5,7 +5,6 @@ const css = `
.p-input-icon-left,
.p-input-icon-right {
position: relative;
display: inline-block;
}
.p-input-icon-left > i,