Skip to content

Commit 23b81c3

Browse files
Use bootstrap overflow classes
Review suggestion in #79 Co-authored-by: Xander Vertegaal <73882506+XanderVertegaal@users.noreply.github.com>
1 parent 0254423 commit 23b81c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/annotate/annotation-menu/annotation-menu.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<span i18n>Proof / Entailment</span>
2121
</button>
2222
<ng-template ngbNavContent>
23-
<section style="overflow-x: scroll;">
23+
<section class="overflow-x-scroll">
2424
@if (proofs) {
2525
<la-tableau-svg [tree]="proofs.entailment"></la-tableau-svg>
2626
}

0 commit comments

Comments
 (0)