mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5175 - Calendar shares styles
This commit is contained in:
parent
d9cb8946b8
commit
a23e3eb50d
2 changed files with 6 additions and 6 deletions
|
@ -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 = `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue