Skip to content
Snippets Groups Projects
Commit fa7cc50f authored by George Tsiolis's avatar George Tsiolis
Browse files

Include branch in mobile view for pipelines

parent 5aea8dc1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -118,7 +118,7 @@
<template>
<div class="branch-commit">
<template v-if="hasCommitRef && showBranch">
<div class="icon-container hidden-xs">
<div class="icon-container">
<i
v-if="tag"
class="fa fa-tag"
Loading
Loading
@@ -132,7 +132,7 @@
</div>
 
<a
class="ref-name hidden-xs"
class="ref-name"
:href="commitRef.ref_url"
v-tooltip
data-container="body"
Loading
Loading
Loading
Loading
@@ -121,7 +121,7 @@
 
.ref-name {
font-weight: $gl-font-weight-bold;
max-width: 120px;
max-width: 100px;
overflow: hidden;
display: inline-block;
white-space: nowrap;
Loading
Loading
---
title: Include branch in mobile view for pipelines
merge_request: 16910
author: George Tsiolis
type: other
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