Skip to content
代码片段 群组 项目
提交 0517e1d8 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -22,13 +22,6 @@ export default { ...@@ -22,13 +22,6 @@ export default {
<template> <template>
<div class="ide-status-bar"> <div class="ide-status-bar">
<div class="ref-name">
<icon
name="branch"
:size="12"
/>
{{ file.branchId }}
</div>
<div> <div>
<div v-if="file.lastCommit && file.lastCommit.id"> <div v-if="file.lastCommit && file.lastCommit.id">
Last commit: Last commit:
......
...@@ -378,7 +378,11 @@ ...@@ -378,7 +378,11 @@
padding: $gl-bar-padding $gl-padding; padding: $gl-bar-padding $gl-padding;
background: $white-light; background: $white-light;
display: flex; display: flex;
justify-content: space-between; justify-content: flex-end;
> div + div {
padding-left: $gl-padding;
}
svg { svg {
vertical-align: middle; vertical-align: middle;
......
---
title: Remove branch name from the status bar of WebIDE
merge_request:
author:
type: changed
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册