1 Commits

Author SHA1 Message Date
12ce381abd minor update
All checks were successful
Deploy / publish-web (push) Successful in 46s
2025-12-27 02:52:17 +06:00
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;
}

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "chad",
"version": "0.2.18",
"version": "0.2.19",
"identifier": "xyz.koptilnya.chad",
"build": {
"frontendDist": "../.output/public",