Commit 330f7577 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'jswain_whats_new_wrapping_bugfix' into 'master'

BUGFIX - whats new dropdown text wraps on ubuntu

See merge request gitlab-org/gitlab!51510
parents 978048b8 0d225b13
- if ::Feature.enabled?(:whats_new_dropdown, current_user)
- if ::Feature.enabled?(:whats_new_drawer, current_user)
%li
%button.js-whats-new-trigger{ type: 'button', data: { storage_key: whats_new_storage_key } }
%button.gl-justify-content-space-between.gl-align-items-center.js-whats-new-trigger{ type: 'button', data: { storage_key: whats_new_storage_key }, class: 'gl-display-flex!' }
= _("See what's new at GitLab")
%span.js-whats-new-notification-count.whats-new-notification-count.gl-ml-4
%span.js-whats-new-notification-count.whats-new-notification-count
= whats_new_most_recent_release_items_count
- else
%li
......
---
title: BUFIX - whats new dropdown text wraps on ubuntu
merge_request: 51510
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