0
Fork 0
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:
Djordje Vlaisavljevic 2024-09-23 21:38:27 +01:00
parent 281f497606
commit f1553c385d

View file

@ -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 {