From b8791ae79be7a9b7c0e541928b2741e40bbdc8a5 Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Mon, 7 Aug 2017 21:59:49 +0200 Subject: always put @handles on a new line. undo some needless changes from prev cmmt --- app/javascript/styles/stream_entries.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/javascript/styles/stream_entries.scss') diff --git a/app/javascript/styles/stream_entries.scss b/app/javascript/styles/stream_entries.scss index 938ec7023..90a43388b 100644 --- a/app/javascript/styles/stream_entries.scss +++ b/app/javascript/styles/stream_entries.scss @@ -156,9 +156,9 @@ .display-name { display: block; max-width: 100%; - //overflow: hidden; - //white-space: nowrap; - //text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; strong { font-weight: 500; -- cgit