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({
}
.line-number {
@apply tw-text-emerald-500 tw-text-right;
@apply tw-text-emerald-500 tw-text-right tw-select-none;
}
.time {
@apply tw-text-gray-400;
@apply tw-text-gray-400 tw-select-none;
}
.stdout,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment