diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-21 09:14:54 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-21 09:14:54 -0500 |
commit | 1641e81971353b9f1b715716181a0f2b45d6e52a (patch) | |
tree | c34a0ab0bdd181a4a7e4184fb3cc9420886653dd /app/assets | |
parent | 7ded28ff99d89d2ba51a522992f048ed446b4ce3 (diff) | |
download | gitlab-ce-1641e81971353b9f1b715716181a0f2b45d6e52a.tar.gz |
File name change appears on one line
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |