summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/markdown.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-31 11:54:27 -0500
committerAdam <[email protected]>2025-10-31 12:00:44 -0500
commitffc889b99e61c6f21ce68985ee398c3031a5b19b (patch)
treeb4356c27d343f127265ae020b015e8224b658ba4 /packages/ui/src/components/markdown.css
parent36b48a44ac1f0c9593a4abdf1d21980a2bfaee22 (diff)
downloadopencode-ffc889b99e61c6f21ce68985ee398c3031a5b19b.tar.gz
opencode-ffc889b99e61c6f21ce68985ee398c3031a5b19b.zip
wip: desktop work
Diffstat (limited to 'packages/ui/src/components/markdown.css')
-rw-r--r--packages/ui/src/components/markdown.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css
index abc505a9e..6af0f550e 100644
--- a/packages/ui/src/components/markdown.css
+++ b/packages/ui/src/components/markdown.css
@@ -4,6 +4,7 @@
overflow: auto;
scrollbar-width: none;
color: var(--text-base);
+ text-wrap: pretty;
/* text-14-regular */
font-family: var(--font-family-sans);
@@ -34,4 +35,10 @@
margin-top: 16px;
margin-bottom: 16px;
}
+
+ hr {
+ margin-top: 8px;
+ margin-bottom: 16px;
+ border-color: var(--border-weaker-base);
+ }
}