Accomodate several tags in one cell
This commit is contained in:
parent
64e23d7540
commit
74cd4d76e4
3 changed files with 15 additions and 3 deletions
|
@ -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">
|
||||
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -202,6 +202,10 @@
|
|||
.btn-group.open .dropdown-toggle {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.pipeline-tags .label-container {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.stage-cell {
|
||||
|
|
Loading…
Reference in a new issue