diff --git a/app/javascript/flavours/glitch/components/account_header/styles.module.scss b/app/javascript/flavours/glitch/components/account_header/styles.module.scss index 7d87dde147..2953fd0ec2 100644 --- a/app/javascript/flavours/glitch/components/account_header/styles.module.scss +++ b/app/javascript/flavours/glitch/components/account_header/styles.module.scss @@ -200,9 +200,6 @@ $button-fallback-breakpoint: $button-breakpoint + 55px; .noteContent { white-space-collapse: preserve-breaks; - overflow-wrap: break-word; - word-break: break-all; - hyphens: auto; } .noteEditButton { diff --git a/app/javascript/flavours/glitch/components/callout/styles.module.css b/app/javascript/flavours/glitch/components/callout/styles.module.css index f7fbce491b..fc05e57ab3 100644 --- a/app/javascript/flavours/glitch/components/callout/styles.module.css +++ b/app/javascript/flavours/glitch/components/callout/styles.module.css @@ -17,6 +17,11 @@ margin-top: -2px; } +.content, +.body { + min-width: 0; +} + .content { display: flex; gap: 8px; @@ -32,6 +37,8 @@ .body { flex-grow: 1; + overflow-wrap: break-word; + hyphens: auto; a { color: inherit;