diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-30 16:20:43 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-04 10:48:49 +0100 |
commit | 29f414aa5a4d63d5676d5c0e4d89584f45ef8c35 (patch) | |
tree | 0f2efbf90e4bc77fa6a928362387a74337c463bf /app/assets/stylesheets | |
parent | 40297b8f118742fc710f2ae0364d7bbcd82c40e6 (diff) | |
download | gitlab-ce-29f414aa5a4d63d5676d5c0e4d89584f45ef8c35.tar.gz |
Tests update
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 0f45c1fe33d..46a0724603e 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -155,7 +155,7 @@ ul.notes { &.notes_content { background-color: #fff; border-width: 1px 0; - padding-top: 0; + padding: 0; vertical-align: top; &.parallel{ border-width: 1px; |