diff --git a/src/styles/desktop/global.scss b/src/styles/desktop/global.scss index c2af0c40..147280fe 100644 --- a/src/styles/desktop/global.scss +++ b/src/styles/desktop/global.scss @@ -135,6 +135,16 @@ input[type=number] { color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)); } +.text-field-truncate.v-text-field { + .v-input__control { + .v-field__field { + > input.v-field__input { + text-overflow: ellipsis !important; + } + } + } +} + .chart-pointer { display: inline-block; margin-inline-end: 5px; diff --git a/src/views/desktop/insights/tabs/ExploreQueryTab.vue b/src/views/desktop/insights/tabs/ExploreQueryTab.vue index 708df421..f4cfa6bf 100644 --- a/src/views/desktop/insights/tabs/ExploreQueryTab.vue +++ b/src/views/desktop/insights/tabs/ExploreQueryTab.vue @@ -43,7 +43,7 @@
-
+
-
+