From 5f0c6756d9fc2fd27614b32a4b5a1516e80ec0b4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 8 May 2026 10:17:23 +0700 Subject: [PATCH] fix --- src/style/quasar-variables.sass | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/style/quasar-variables.sass b/src/style/quasar-variables.sass index 1ab88b7e..dd9bf67e 100644 --- a/src/style/quasar-variables.sass +++ b/src/style/quasar-variables.sass @@ -187,5 +187,18 @@ h3.resigtry-tab-title text-overflow: ellipsis width: 200px +.select_ellipsis2 .q-field__native > span + white-space: nowrap + overflow: hidden + text-overflow: ellipsis + width: 300px + +.select_ellipsis3 .q-field__native > span + white-space: nowrap + overflow: hidden + text-overflow: ellipsis + width: auto + max-width: 60ch + .dialog-content-top .q-dialog__inner align-items: start