From 18e8b13aeb030a700e263690d9a13db09462d777 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 14 Oct 2019 21:16:04 -0500 Subject: [PATCH] css: fix long usernames in comments not word wrapping. Ex: https://danbooru.donmai.us/posts/4206#comment_1954688. --- app/javascript/src/styles/common/messages.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/src/styles/common/messages.scss b/app/javascript/src/styles/common/messages.scss index 2cd10eaa1..ade29c366 100644 --- a/app/javascript/src/styles/common/messages.scss +++ b/app/javascript/src/styles/common/messages.scss @@ -14,6 +14,7 @@ div.list-of-messages { div.author { flex-basis: 12em; margin-right: 1em; + min-width: 0; a.message-timestamp { font-style: italic;