We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec0feb commit 97a67ecCopy full SHA for 97a67ec
argilla-frontend/pages/dataset/_id/annotation-mode/index.vue
@@ -12,8 +12,12 @@
12
/>
13
</template>
14
<template v-slot:center>
15
- <PersistentStorageBanner />
16
- <RecordFeedbackTaskAndQuestionnaire :recordCriteria="recordCriteria" />
+ <div class="center">
+ <PersistentStorageBanner />
17
+ <RecordFeedbackTaskAndQuestionnaire
18
+ :recordCriteria="recordCriteria"
19
+ />
20
+ </div>
21
22
</AnnotationPage>
23
</div>
@@ -38,3 +42,12 @@ export default {
38
42
},
39
43
};
40
44
</script>
45
+
46
+<style scoped>
47
+.center {
48
+ height: 100%;
49
+ max-height: 100%;
50
+ display: flex;
51
+ flex-direction: column;
52
+}
53
+</style>
0 commit comments