79761727

Date: 2025-09-11 09:33:31
Score: 1
Natty:
Report link
/* Center the selected value */
.p-dropdown .p-dropdown-label {
  justify-content: center;  /* <-- key */
  text-align: center;
}

/* Center the items inside the dropdown panel */
.p-dropdown .p-dropdown-item {
  justify-content: center;
  text-align: center;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lokendra Parmar