Skip to content

Commit

Permalink
fix: limit errors to 6 lines (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Jul 3, 2023
1 parent 3f37959 commit 4c89633
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 98 deletions.
2 changes: 1 addition & 1 deletion components/common/ErrorBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const emit = defineEmits<{
@apply mr-3 block h-7 w-7;
}
.error-block-text-container {
@apply whitespace-pre-line break-words;
@apply whitespace-pre-line break-words line-clamp-6;
word-break: break-word;
}
}
Expand Down
Loading

0 comments on commit 4c89633

Please sign in to comment.