Skip to content
Snippets Groups Projects
Commit 74cd4d76 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Accomodate several tags in one cell

parent 64e23d75
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -39,7 +39,7 @@
};
</script>
<template>
<div class="table-section section-15 hidden-xs hidden-sm">
<div class="table-section section-15 hidden-xs hidden-sm pipeline-tags">
<a
:href="pipeline.path"
class="js-pipeline-url-link">
Loading
Loading
@@ -75,7 +75,7 @@
</span>
<a
v-if="pipeline.flags.auto_devops"
class="js-pipeline-url-autodevops label label-info autodevops-link"
class="js-pipeline-url-autodevops label label-info autodevops-badge"
v-popover="popoverOptions"
role="button">
Auto DevOps
Loading
Loading
Loading
Loading
@@ -220,12 +220,20 @@
.commit,
.generic_commit_status {
 
a:not(.autodevops-link),
a,
button {
color: $gl-text-color;
vertical-align: baseline;
}
 
a.autodevops-badge {
color: $white-light;
}
a.autodevops-link {
color: $gl-link-color;
}
.commit-row-description {
font-size: 14px;
padding: 10px 15px;
Loading
Loading
Loading
Loading
@@ -202,6 +202,10 @@
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
.pipeline-tags .label-container {
white-space: normal;
}
}
 
.stage-cell {
Loading
Loading
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