We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6236de9 commit 199216fCopy full SHA for 199216f
2 files changed
frontend/src/app/annotate/annotate.component.html
@@ -1,5 +1,7 @@
1
<la-navigator />
2
-<div class="flex-container">
3
- <la-annotation-input />
+<div>
4
<la-annotation-menu />
5
</div>
6
+ <la-annotation-input />
7
+</div>
frontend/src/app/annotate/annotation-menu/annotation-menu.component.ts
@@ -24,7 +24,7 @@ import { AnnotationCommentsComponent } from "../annotation-comments/annotation-c
24
styleUrl: "./annotation-menu.component.scss",
25
})
26
export class AnnotationMenuComponent {
27
- public active = 1;
+ public active = 2;
28
29
public faSquarePollHorizontal = faSquarePollHorizontal;
30
public faTree = faTree;
0 commit comments