Commit 4d57f108 authored by Kev's avatar Kev Committed by Miguel Rincon

Prevent long variable names from overflowing the popover in CI/CD settings

parent c89d94e5
......@@ -38,7 +38,9 @@ export default {
<template>
<div id="popover-container">
<gl-popover :target="target" triggers="hover" placement="top" container="popover-container">
<div class="gl-display-flex gl-justify-content-space-between gl-align-items-center">
<div
class="gl-display-flex gl-justify-content-space-between gl-align-items-center gl-word-break-all"
>
<div class="ci-popover-value gl-pr-3">
{{ displayValue }}
</div>
......
---
title: Prevent long variable names from overflowing the popover in CI/CD settings
merge_request: 51018
author: Kev @KevSlashNull
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment