minor update
All checks were successful
Deploy / publish-web (push) Successful in 46s

This commit is contained in:
2025-12-27 02:52:17 +06:00
parent 2d30ac2863
commit 12ce381abd
2 changed files with 8 additions and 8 deletions

View File

@@ -31,17 +31,17 @@ body {
.p-select-overlay {
/* Force dropdown width to match computed min-width from PrimeVue internals. */
width: 0;
width: 0 !important;
}
.p-select-label {
width: 0;
overflow: hidden;
text-overflow: ellipsis;
width: 0 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.p-select-option-label {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
min-width: 0 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}