Merge branch 'style/include-branch-in-mobile-view' into 'master'
Include branch in mobile view for pipelines Closes #42650 See merge request gitlab-org/gitlab-ce!16910
This commit is contained in:
commit
c07b6b7793
3 changed files with 8 additions and 3 deletions
|
@ -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"
|
||||
|
@ -132,7 +132,7 @@
|
|||
</div>
|
||||
|
||||
<a
|
||||
class="ref-name hidden-xs"
|
||||
class="ref-name"
|
||||
:href="commitRef.ref_url"
|
||||
v-tooltip
|
||||
data-container="body"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Include branch in mobile view for pipelines
|
||||
merge_request: 16910
|
||||
author: George Tsiolis
|
||||
type: other
|
Loading…
Reference in a new issue