mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added break-all to links inside notes to avoid overflows
ref https://linear.app/tryghost/issue/AP-412/need-break-all-for-long-strings-in-replies
This commit is contained in:
parent
281f497606
commit
f1553c385d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ animation: bump 0.3s ease-in-out;
|
|||
|
||||
.ap-note-content a {
|
||||
color: rgb(236 72 153) !important;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.ap-note-content a:hover {
|
||||
|
|
Loading…
Add table
Reference in a new issue