Commit ad12f751 authored by zmartins's avatar zmartins

Add truncation for the environment dropdown

Dropdown was overlapping with other components
when its items were outgrowing its size.
This change is related to the Threat
Monitoring page
parent 9af9b2e2
......@@ -56,7 +56,7 @@ export default {
:id="$options.environmentFilterId"
ref="environmentsDropdown"
class="mb-0 d-flex"
toggle-class="d-flex justify-content-between"
toggle-class="d-flex justify-content-between text-truncate"
:text="currentEnvironmentName"
:disabled="isDisabled"
>
......
---
title: Add truncation for the environment dropdown
merge_request: 32267
author:
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