mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
XMR addresses wrap and are single-clickable
When in a code block, let XMR addresses wrap, but a click or tap will select whole address
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
pre code {
|
||||
@apply break-words whitespace-normal select-all;
|
||||
}
|
||||
/* When in a code block, let XMR addresses wrap, but a click or tap will select whole address */
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
@apply font-mono font-semibold;
|
||||
|
||||
Reference in New Issue
Block a user