diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 9205fc3c5..b6669d88c 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -227,6 +227,7 @@ .timestamp { margin-right: 3px; + white-space: nowrap; } .message-container, diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 73506c73a..5e7b4b892 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -864,7 +864,8 @@ input.search { font-weight: bold; } .timestamp { - margin-right: 3px; } + margin-right: 3px; + white-space: nowrap; } .message-container, .message-list {