Skip to content

Commit

Permalink
Refactor #5175 - Calendar shares styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 31, 2024
1 parent d9cb894 commit a23e3eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions components/lib/basecomponent/style/BaseComponentStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ const inputTextCSS = `
.p-fluid .p-inputtext {
width: 100%;
}
.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
display: block;
width: 100%;
}
`;

const css = `
Expand Down
6 changes: 0 additions & 6 deletions components/lib/iconfield/style/IconFieldStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ const css = `
top: 50%;
margin-top: -.5rem;
}
.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
display: block;
width: 100%;
}
}
`;

Expand Down

0 comments on commit a23e3eb

Please sign in to comment.