diff options
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index 16be249..ea35664 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -24,7 +24,7 @@ | |||
24 | <h1>{{$t('panelLeft.filters')}}</h1> | 24 | <h1>{{$t('panelLeft.filters')}}</h1> |
25 | <ld-tag-input /> | 25 | <ld-tag-input /> |
26 | <h1>{{$t('panelLeft.propositions')}}</h1> | 26 | <h1>{{$t('panelLeft.propositions')}}</h1> |
27 | <ld-proposition /> | 27 | <ld-proposition class="scrollbar no-scroll-x" /> |
28 | </div> | 28 | </div> |
29 | </template> | 29 | </template> |
30 | 30 | ||
@@ -36,7 +36,4 @@ export default class PanelLeft extends Vue {} | |||
36 | </script> | 36 | </script> |
37 | 37 | ||
38 | <style lang="scss"> | 38 | <style lang="scss"> |
39 | .label { | ||
40 | color: white; | ||
41 | } | ||
42 | </style> | 39 | </style> |