Skip to content
代码片段 群组 项目
提交 bb13a881 编辑于 作者: Natalia Tepluhina's avatar Natalia Tepluhina
浏览文件

Merge branch 'fix-overflowing-design-buttons' into 'master'

Fix overflowing design buttons on mobile, align vertically

See merge request gitlab-org/gitlab!54381
No related branches found
No related tags found
无相关合并请求
...@@ -347,15 +347,20 @@ export default { ...@@ -347,15 +347,20 @@ export default {
> >
<header <header
v-if="showToolbar" v-if="showToolbar"
class="row-content-block gl-border-t-0 gl-p-3 gl-display-flex" class="row-content-block gl-border-t-0 gl-py-3 gl-display-flex"
data-testid="design-toolbar-wrapper" data-testid="design-toolbar-wrapper"
> >
<div class="gl-display-flex gl-justify-content-space-between gl-align-items-center gl-w-full"> <div
<div> class="gl-display-flex gl-justify-content-space-between gl-align-items-center gl-w-full gl-flex-wrap"
>
<div class="gl-display-flex gl-align-items-center gl-my-2">
<span class="gl-font-weight-bold gl-mr-3">{{ s__('DesignManagement|Designs') }}</span> <span class="gl-font-weight-bold gl-mr-3">{{ s__('DesignManagement|Designs') }}</span>
<design-version-dropdown /> <design-version-dropdown />
</div> </div>
<div v-show="hasDesigns" class="qa-selector-toolbar gl-display-flex gl-align-items-center"> <div
v-show="hasDesigns"
class="qa-selector-toolbar gl-display-flex gl-align-items-center gl-my-2"
>
<gl-button <gl-button
v-if="isLatestVersion" v-if="isLatestVersion"
variant="link" variant="link"
......
---
title: Fix overflowing design buttons on mobile
merge_request: 54381
author:
type: fixed
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册