summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/timeline.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-14 14:50:48 +0100
committerPhil Hughes <me@iamphill.com>2016-04-14 14:50:48 +0100
commite490a54105b6c820e330514aeb91d004997b031c (patch)
tree0a96ec52489720b7d447d7ac20a4eb2cab71d56f /app/assets/stylesheets/framework/timeline.scss
parenta872a29ebd54bf9c91d66b198f36d998bed05be7 (diff)
downloadgitlab-ce-e490a54105b6c820e330514aeb91d004997b031c.tar.gz
Discussion notes update
At the moment discussion notes are rendered in a list but arent actually a list item and that can cause overflow issues Moved the dates to be in the header like other notes Fixed overlapping issue on mobile
Diffstat (limited to 'app/assets/stylesheets/framework/timeline.scss')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index b91f2f6f898..f0ec250de2b 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -39,8 +39,7 @@
.diff-file {
border: 1px solid $border-color;
border-bottom: none;
- margin-left: 0;
- margin-right: 0;
+ margin: 0;
}
}