Skip to content

fix: prevent project path badge overflowing context item popover

Description

Adds small workaround to Duo Chat styling within VSCode to prevent long project paths overflowing out of the context item popover.

This is a temporary fix so we can release, a proper fix will be done directly within the UI components: gitlab-ui#3002 (moved)

The proper fix will also do better truncating than what this workaround does, which is less than ideal.

Related Issues

Resolves #1674 (closed)

How has this been tested?

Screenshots (if appropriate)

before after
image image

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Elwyn Benson

Merge request reports

Loading