diff --git a/src/modules/15_development/views/Scholarship.vue b/src/modules/15_development/views/Scholarship.vue
index b2d8f1729..1886f754b 100644
--- a/src/modules/15_development/views/Scholarship.vue
+++ b/src/modules/15_development/views/Scholarship.vue
@@ -269,7 +269,7 @@ onMounted(() => {
option-label="name"
label="เลือกประเภททุน"
@update:model-value="fetchNewList"
- class="type"
+ class="select_ellipsis"
/>
@@ -389,11 +389,4 @@ onMounted(() => {
-
+
diff --git a/src/style/quasar-variables.sass b/src/style/quasar-variables.sass
index 9982869d6..6ba901848 100644
--- a/src/style/quasar-variables.sass
+++ b/src/style/quasar-variables.sass
@@ -150,16 +150,16 @@ $muti-tab: #87d4cc
color: #f00 !important
/* registry common style */
-.toggle-borderd
- border: 1px solid #ecebeb
+.toggle-borderd
+ border: 1px solid #ecebeb
-h3.resigtry-tab-title
- font-size: 1.2rem
- font-weight: 600
- margin: 0 0
- padding: 0 0
+h3.resigtry-tab-title
+ font-size: 1.2rem
+ font-weight: 600
+ margin: 0 0
+ padding: 0 0
-.q-dialog .q-layout__section--marginal
+.q-dialog .q-layout__section--marginal
background-color: #fff
color: #000
@@ -167,4 +167,10 @@ h3.resigtry-tab-title
overflow: hidden
.q-card__actions
- padding: 4px
\ No newline at end of file
+ padding: 4px
+
+.select_ellipsis .q-field__native > span
+ white-space: nowrap
+ overflow: hidden
+ text-overflow: ellipsis
+ width: 200px