fix: notes preview text wrapping and right margin
Add word-break/overflow-wrap to .detail-body so long text wraps properly, and add right margin inside the preview card for balanced spacing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -736,6 +736,9 @@ a:hover { color: var(--accent-hover); }
|
||||
.detail-body {
|
||||
line-height: 1.75;
|
||||
color: var(--text);
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.detail-body p { margin-bottom: 1em; }
|
||||
|
||||
Reference in New Issue
Block a user