Commit a45d3835 authored by Phil Hughes's avatar Phil Hughes

Merge branch '205435' into 'master'

Clean up conditional `col-` classes in `nav_dropdown_button.vue`

See merge request gitlab-org/gitlab!25312
parents 571ee1fc 6c4b7939
......@@ -31,8 +31,8 @@ export default {
<template>
<dropdown-button>
<span class="row">
<span class="col-auto text-truncate" :class="{ 'col-7': showMergeRequests }">
<span class="row flex-nowrap">
<span class="col-auto flex-fill text-truncate">
<icon :size="16" :aria-label="__('Current Branch')" name="branch" /> {{ branchLabel }}
</span>
<span v-if="showMergeRequests" class="col-5 pl-0 text-truncate">
......
---
title: Clean up conditional `col-` classes in `nav_dropdown_button.vue`
merge_request: 25312
author:
type: other
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