Removed display from input icon as it breaks elements with existing display selector
parent
e9f07c5e3d
commit
c12c006461
|
@ -78,7 +78,6 @@ const inputTextCSS = `
|
||||||
|
|
||||||
.p-fluid .p-input-icon-left,
|
.p-fluid .p-input-icon-left,
|
||||||
.p-fluid .p-input-icon-right {
|
.p-fluid .p-input-icon-right {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -5,7 +5,6 @@ const css = `
|
||||||
.p-input-icon-left,
|
.p-input-icon-left,
|
||||||
.p-input-icon-right {
|
.p-input-icon-right {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-input-icon-left > i,
|
.p-input-icon-left > i,
|
||||||
|
|
Loading…
Reference in New Issue