Commit 4bd32e42 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '357475-ux-fixes' into 'master'

Avoid milestone icon shrinking

See merge request gitlab-org/gitlab!84247
parents 2374a4e7 2785ed19
......@@ -72,7 +72,7 @@ export default {
</script>
<template>
<div ref="milestoneDetails" class="issue-milestone-details">
<gl-icon :size="16" class="gl-mr-2" name="clock" />
<gl-icon :size="16" class="gl-mr-2 flex-shrink-0" name="clock" />
<span class="milestone-title d-inline-block">{{ milestone.title }}</span>
<gl-tooltip :target="() => $refs.milestoneDetails" placement="bottom" class="js-item-milestone">
<span class="bold">{{ __('Milestone') }}</span> <br />
......
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