Skip to content
Snippets Groups Projects
Commit 93991ebd authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Phil Hughes
Browse files

Fixed link alignment

parent 1322146b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,14 +73,14 @@ export default {
<gl-button
:aria-label="ariaLabel"
variant="blank"
class="commit-edit-toggle mr-2"
class="commit-edit-toggle square s24 mr-2"
@click.stop="toggle()"
>
<icon :name="collapseIcon" :size="16" />
</gl-button>
<span v-if="expanded">{{ __('Collapse') }}</span>
<span v-else>
<span v-html="message"></span>
<span class="vertical-align-middle" v-html="message"></span>
<gl-button variant="link" class="modify-message-button">
{{ modifyLinkMessage }}
</gl-button>
Loading
Loading
Loading
Loading
@@ -1017,3 +1017,8 @@
z-index: 99999;
background: $black-transparent;
}
.source-branch-removal-status {
padding-left: 50px;
padding-bottom: $gl-padding;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment