Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <constanceokoghenun@gmail.com>2019-04-14 11:45:42 +0300
committerConstance Okoghenun <constanceokoghenun@gmail.com>2019-04-14 11:45:42 +0300
commit80498aa16f8b9f5698d14f7f124d9b5edddde2ad (patch)
tree29873c6e6f7a094057f90dc3ebfa117988234711 /app/assets/stylesheets/framework/notes.scss
parentd7afdae4d14f1255a1c4f640c2aeaca0b20b6cbb (diff)
parent0a99e0220d9371423039f05f700af3675b26624f (diff)
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 57402-create-vue-components-to-refactor-issues-list57402-create-vue-components-to-refactor-issues-list
Diffstat (limited to 'app/assets/stylesheets/framework/notes.scss')
-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)) {