From 98854f6fc4fda6f8d94da58ca0c030bada9f196d Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 4 Aug 2016 11:56:45 -0300 Subject: [PATCH] chat: avoid small messages line break --- public/stylesheets/chat.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/chat.scss b/public/stylesheets/chat.scss index 67f1ae7..d9bbaab 100644 --- a/public/stylesheets/chat.scss +++ b/public/stylesheets/chat.scss @@ -242,12 +242,12 @@ } #chat-window .history .message .time { - float: right; color: white; font-style: italic; font-size: 10px; border-bottom: 1px solid #d3d7cf; - width: 100%; + width: 245px; + display: inline-block; text-align: right; margin-bottom: 5px; } -- libgit2 0.21.2