Commit d6bb8322 authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '197311-board-list-wip-limit-distorted-when-board-list-is-scoped-to-an-assignee-where-their-name-has' into 'master'

Add text-nowrap to issue-count

Closes #197311

See merge request gitlab-org/gitlab!24533
parents 812fc268 ae7e4bbd
......@@ -25,7 +25,7 @@ export default {
</script>
<template>
<div class="issue-count">
<div class="issue-count text-nowrap">
<span class="js-issue-size" :class="{ 'text-danger': issuesExceedMax }">
{{ issuesSize }}
</span>
......
---
title: Fix issue count wrapping on board list
merge_request:
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