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 75600d5 commit 0236555Copy full SHA for 0236555
components/SentryPreview/SentryPreview.vue
@@ -95,7 +95,7 @@ export default defineComponent({
95
96
.sentry-preview__text {
97
@include text-muted;
98
- @apply text-sm break-all mb-3 p-3 dark:bg-gray-800;
+ @apply text-sm break-all mb-3 p-3 dark:bg-gray-800 overflow-auto;
99
}
100
101
.sentry-preview__frames {
0 commit comments