Commit afa96c4b authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'add_truncation_for_environment_dropdown' into 'master'

Add truncation for the environment dropdown

See merge request gitlab-org/gitlab!32267
parents b9f50513 ad12f751
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
:id="$options.environmentFilterId" :id="$options.environmentFilterId"
ref="environmentsDropdown" ref="environmentsDropdown"
class="mb-0 d-flex" class="mb-0 d-flex"
toggle-class="d-flex justify-content-between" toggle-class="d-flex justify-content-between text-truncate"
:text="currentEnvironmentName" :text="currentEnvironmentName"
:disabled="isDisabled" :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