Skip to content
Snippets Groups Projects
Commit a90e0c01 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: line numbers and timestamps should not be selectable

parent bf62930f
No related branches found
No related tags found
No related merge requests found
...@@ -59,11 +59,11 @@ defineExpose({ ...@@ -59,11 +59,11 @@ defineExpose({
} }
.line-number { .line-number {
@apply tw-text-emerald-500 tw-text-right; @apply tw-text-emerald-500 tw-text-right tw-select-none;
} }
.time { .time {
@apply tw-text-gray-400; @apply tw-text-gray-400 tw-select-none;
} }
.stdout, .stdout,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment