Resolve "Get rid of branch element all in bottom bar in WEB IDE"
This commit is contained in:
parent
ffde69d71e
commit
71102f0280
3 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove branch name from the status bar of WebIDE
|
||||
merge_request:
|
||||
author:
|
||||
type: changed
|
Loading…
Reference in a new issue