diff --git a/res/css/views/rooms/_ReplyTile.pcss b/res/css/views/rooms/_ReplyTile.pcss index 1e70b479563..1a2e1a38147 100644 --- a/res/css/views/rooms/_ReplyTile.pcss +++ b/res/css/views/rooms/_ReplyTile.pcss @@ -32,11 +32,12 @@ limitations under the License. grid-template: "sender" auto "message" auto - / auto; + / 100%; text-decoration: none; color: $secondary-content; transition: color ease 0.15s; gap: 2px; + max-width: 100%; // avoid overflow with wide content &:hover { color: $primary-content;