diff options
| author | David Hill <[email protected]> | 2025-10-31 17:02:53 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-10-31 17:02:53 +0000 |
| commit | b022cf0ed60d40e11174e6e312ba50e32ed722e3 (patch) | |
| tree | 3b3c3a69d5da4f4c7bf9bd8829430ca614fbb3a3 /packages/ui/src/components/markdown.css | |
| parent | a529b0324d462967d4502555374aaac8b588113a (diff) | |
| parent | 76e080b2cbe13b260324461eb2705d18fabfed35 (diff) | |
| download | opencode-b022cf0ed60d40e11174e6e312ba50e32ed722e3.tar.gz opencode-b022cf0ed60d40e11174e6e312ba50e32ed722e3.zip | |
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/ui/src/components/markdown.css')
| -rw-r--r-- | packages/ui/src/components/markdown.css | 7 |
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); + } } |
