Commit 0517e1d8 authored by Phil Hughes's avatar Phil Hughes

Merge branch '44834-ide-remove-branch-from-bottom-bar' into 'master'

Resolve "Get rid of branch element all in bottom bar in WEB IDE"

Closes #44834

See merge request gitlab-org/gitlab-ce!18367
parents ffde69d7 71102f02
......@@ -22,13 +22,6 @@ export default {
<template>
<div class="ide-status-bar">
<div class="ref-name">
<icon
name="branch"
:size="12"
/>
{{ file.branchId }}
</div>
<div>
<div v-if="file.lastCommit && file.lastCommit.id">
Last commit:
......
......@@ -378,7 +378,11 @@
padding: $gl-bar-padding $gl-padding;
background: $white-light;
display: flex;
justify-content: space-between;
justify-content: flex-end;
> div + div {
padding-left: $gl-padding;
}
svg {
vertical-align: middle;
......
---
title: Remove branch name from the status bar of WebIDE
merge_request:
author:
type: changed
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