Commit 0d451fe1 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ph/vueFileListingFixAlignmentInLastCommitWidget' into 'master'

Fixes the commit description alignment in the last commit widget

See merge request gitlab-org/gitlab!23091
parents 256963cc 43398441
......@@ -146,9 +146,8 @@ export default {
v-if="commit.description"
:class="{ 'd-block': showDescription }"
class="commit-row-description append-bottom-8"
>{{ commit.description }}</pre
>
{{ commit.description }}
</pre>
</div>
<div class="commit-actions flex-row">
<div v-if="commit.signatureHtml" v-html="commit.signatureHtml"></div>
......
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