Skip to content

Commit

Permalink
cmd/tclipd: Fix CSS conflict between Prism and Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Jul 19, 2024
1 parent 887513f commit 5382625
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/tclipd/tmpl/showpaste.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{{template "header" .}}

<style>
code span.token.table {
display: inline
}
</style>

<script src="/static/js/prism.js"></script>

{{if .UserInfo}}
Expand Down

0 comments on commit 5382625

Please sign in to comment.