refactor(ui): dedupe inline code wrap rules

This commit is contained in:
Peter Steinberger
2026-03-03 02:19:27 +00:00
parent 493b560dfd
commit 2380c1b5fd

View File

@@ -1895,8 +1895,6 @@
border-radius: var(--radius-sm);
border: 1px solid var(--border);
background: var(--secondary);
overflow-wrap: normal;
word-break: keep-all;
}
:root[data-theme="light"] .chat-text :where(:not(pre) > code) {