Commit 42a9b723 authored by Zamir Martins Filho's avatar Zamir Martins Filho

Add class hide-collapsed for elements

under the else if condition
parent 876a10fd
......@@ -264,7 +264,11 @@ export default {
</div>
<gl-loading-icon v-if="isUpdating" :inline="true" />
<div v-else-if="!isDropdownShowing" class="value gl-m-0" :class="{ 'no-value': !userName }">
<div
v-else-if="!isDropdownShowing"
class="hide-collapsed value gl-m-0"
:class="{ 'no-value': !userName }"
>
<div v-if="userName" class="gl-display-inline-flex gl-mt-2" data-testid="assigned-users">
<span class="gl-relative gl-mr-4">
<img
......
---
title: Add hide-collapsed class for elements under the else-if scope
merge_request: 60021
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