From 1641e81971353b9f1b715716181a0f2b45d6e52a Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Thu, 21 Apr 2016 09:14:54 -0500 Subject: [PATCH] File name change appears on one line --- app/assets/stylesheets/framework/files.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index 789df42fb66..148a7cab6e2 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -38,12 +38,14 @@ .filename { &.old { + display: inline-block; span.idiff { background-color: #f8cbcb; } } &.new { + display: inline-block; span.idiff { background-color: #a6f3a6; }