Skip to content

Commit

Permalink
primefaces#12587 DatePIcker fluid input width
Browse files Browse the repository at this point in the history
Prevent navigator year input to be 100%
  • Loading branch information
jepsar authored Sep 12, 2024
1 parent 539db05 commit 4945aa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ body .ui-cascadeselect-item-content .ui-cascadeselect-group-icon {
}

/** Calendar **/
.ui-fluid .ui-calendar, .ui-fluid .ui-calendar input {
.ui-fluid .ui-calendar, .ui-fluid .ui-calendar > input {
width: 100%;
}

Expand Down

0 comments on commit 4945aa6

Please sign in to comment.