Skip to content

Commit 5382625

Browse files
committed
cmd/tclipd: Fix CSS conflict between Prism and Tailwind
1 parent 887513f commit 5382625

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cmd/tclipd/tmpl/showpaste.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{{template "header" .}}
22

3+
<style>
4+
code span.token.table {
5+
display: inline
6+
}
7+
</style>
8+
39
<script src="/static/js/prism.js"></script>
410

511
{{if .UserInfo}}

0 commit comments

Comments
 (0)