Commit 4b2f5e38 authored by Simon Knox's avatar Simon Knox Committed by Paul Slaughter

Fix border spacing on multi-line comments

Changelog: fixed
EE: true
parent 4fa116b0
...@@ -388,7 +388,7 @@ export default { ...@@ -388,7 +388,7 @@ export default {
<div <div
v-if="showMultiLineComment" v-if="showMultiLineComment"
data-testid="multiline-comment" data-testid="multiline-comment"
class="gl-mb-3 gl-text-gray-500 gl-border-gray-200 gl-border-b-solid gl-border-b-1 gl-pb-3" class="gl-mb-5 gl-text-gray-500 gl-border-gray-100 gl-border-b-solid gl-border-b-1 gl-pb-4"
> >
<gl-sprintf :message="__('Comment on lines %{startLine} to %{endLine}')"> <gl-sprintf :message="__('Comment on lines %{startLine} to %{endLine}')">
<template #startLine> <template #startLine>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment