Skip to content

Commit

Permalink
8693uy5pj: fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Feb 15, 2024
1 parent a30f468 commit 2719b70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ export default {

<style scoped lang="scss">
.relation-extraction-container {
max-height: 600px;
max-height: 500px;
overflow-y: auto;
}
.add-rel-btn {
Expand Down

0 comments on commit 2719b70

Please sign in to comment.