From 0640be2a7739dc192d35ce209f81fe26cc01ef17 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 4 Dec 2017 15:00:43 -0300 Subject: [PATCH] Timestamp no break --- client/coral-framework/components/CommentTimestamp.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-framework/components/CommentTimestamp.css b/client/coral-framework/components/CommentTimestamp.css index a4620902c..0c54019ff 100644 --- a/client/coral-framework/components/CommentTimestamp.css +++ b/client/coral-framework/components/CommentTimestamp.css @@ -2,5 +2,6 @@ display: inline-block; color: #696969; font-size: 12px; + white-space: nowrap; }