Commit ae7e4bbd authored by sstern's avatar sstern

Add tex-nowrap to issue-count

parent 064696e1
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
</script> </script>
<template> <template>
<div class="issue-count"> <div class="issue-count text-nowrap">
<span class="js-issue-size" :class="{ 'text-danger': issuesExceedMax }"> <span class="js-issue-size" :class="{ 'text-danger': issuesExceedMax }">
{{ issuesSize }} {{ issuesSize }}
</span> </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