summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-04-02 20:10:49 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-04-12 00:14:23 +0300
commite68f94cda77d4039a15c74dd94a528966cef0557 (patch)
treecfb93e5e836aa4dfc38bd486e07b64822b1a54fc /app/assets/stylesheets/framework
parente605d8c95d39cb361d69b4a122f9e34bc7d2677d (diff)
downloadgitlab-ce-e68f94cda77d4039a15c74dd94a528966cef0557.tar.gz
Rename selector for framework notes
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/notes.scss b/app/assets/stylesheets/framework/notes.scss
index d349e3fad9c..85ddf11d6fe 100644
--- a/app/assets/stylesheets/framework/notes.scss
+++ b/app/assets/stylesheets/framework/notes.scss
@@ -4,7 +4,7 @@
}
// Diff is side by side
- .notes_content.parallel & {
+ .notes-content.parallel & {
// We hide at double what we normally hide at because
// there are two columns of notes
@media (#{$condition}-width: (2 * $breakpoint-width)) {