summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-05-24 18:39:47 -0700
committertauriedavis <taurie@gitlab.com>2017-05-24 18:39:47 -0700
commite2f4e288e64b04242b045906bb40de78415f3eaa (patch)
tree4c41f1df9394e4dadc85cd1ab6c5d45940847ddd
parentec2130bea8d2ee1b327b0c99b27768cd13bd6cb8 (diff)
downloadgitlab-ce-add-back-margin-to-note-text.tar.gz
Remove 0 margin bottom for last paragraph on note textadd-back-margin-to-note-text
-rw-r--r--app/assets/stylesheets/framework/timeline.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 1fd734d279b..ddccfc96819 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -3,12 +3,6 @@
margin: 0;
padding: 0;
- .note-text {
- p:last-child {
- margin-bottom: 0 !important;
- }
- }
-
.system-note {
.note-text {
color: $gl-text-color !important;