summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorUdo Walter2019-03-04 06:28:49 +0100
committerUdo Walter2019-03-04 06:28:49 +0100
commit287e9bf4f2754a410e203f6f040a8c6cc9596102 (patch)
treedd99e8ce9a5686aedff2b86f1034bdaac6b9ca3d /webapp
parent[webapp/log] first system log implementation (wip, frontend only atm) (diff)
downloadbas-287e9bf4f2754a410e203f6f040a8c6cc9596102.tar.gz
bas-287e9bf4f2754a410e203f6f040a8c6cc9596102.tar.xz
bas-287e9bf4f2754a410e203f6f040a8c6cc9596102.zip
[webapp/datatablesearch] small height fix
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/components/DataTableSearch.vue10
1 files changed, 9 insertions, 1 deletions
diff --git a/webapp/src/components/DataTableSearch.vue b/webapp/src/components/DataTableSearch.vue
index c971835..613225f 100644
--- a/webapp/src/components/DataTableSearch.vue
+++ b/webapp/src/components/DataTableSearch.vue
@@ -38,7 +38,9 @@
hide-details
:menu-props="{
offsetY: true,
- left: true
+ left: true,
+ contentClass: 'data-table-search-select-content',
+ maxHeight: 310
}"
></v-select>
<template v-if="!slim">
@@ -215,3 +217,9 @@ export default {
flex: 0 1 0
}
</style>
+
+<style>
+.data-table-search-select-content .v-list__tile {
+ height: 42px;
+}
+</style> \ No newline at end of file