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