Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4d3d1afd
Commit
4d3d1afd
authored
Mar 28, 2021
by
Yogi
Committed by
David O'Regan
Mar 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment of folder-caret and actions button in the subgroup list
parent
038fb5f1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
13 deletions
+7
-13
app/assets/javascripts/groups/components/group_item.vue
app/assets/javascripts/groups/components/group_item.vue
+2
-9
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+0
-4
changelogs/unreleased/yo-fix-folder-line-alignment.yml
changelogs/unreleased/yo-fix-folder-line-alignment.yml
+5
-0
No files found.
app/assets/javascripts/groups/components/group_item.vue
View file @
4d3d1afd
...
@@ -180,15 +180,8 @@ export default {
...
@@ -180,15 +180,8 @@ export default {
<div
v-if=
"isGroupPendingRemoval"
>
<div
v-if=
"isGroupPendingRemoval"
>
<gl-badge
variant=
"warning"
>
{{
__
(
'
pending removal
'
)
}}
</gl-badge>
<gl-badge
variant=
"warning"
>
{{
__
(
'
pending removal
'
)
}}
</gl-badge>
</div>
</div>
<div
<div
class=
"metadata d-flex flex-grow-1 flex-shrink-0 flex-wrap justify-content-md-between"
>
class=
"metadata align-items-md-center d-flex flex-grow-1 flex-shrink-0 flex-wrap justify-content-md-between"
<item-actions
v-if=
"isGroup"
:group=
"group"
:parent-group=
"parentGroup"
/>
>
<item-actions
v-if=
"isGroup"
:group=
"group"
:parent-group=
"parentGroup"
:action=
"action"
/>
<item-stats
:item=
"group"
class=
"group-stats gl-mt-2 d-none d-md-flex"
/>
<item-stats
:item=
"group"
class=
"group-stats gl-mt-2 d-none d-md-flex"
/>
</div>
</div>
</div>
</div>
...
...
app/assets/stylesheets/pages/groups.scss
View file @
4d3d1afd
...
@@ -378,10 +378,6 @@ table.pipeline-project-metrics tr td {
...
@@ -378,10 +378,6 @@ table.pipeline-project-metrics tr td {
.folder-caret
{
.folder-caret
{
width
:
$gl-font-size-large
;
width
:
$gl-font-size-large
;
svg
{
margin-bottom
:
2px
;
}
}
}
.item-type-icon
{
.item-type-icon
{
...
...
changelogs/unreleased/yo-fix-folder-line-alignment.yml
0 → 100644
View file @
4d3d1afd
---
title
:
Fix alignment of folder-caret and actions button in the subgroup list
merge_request
:
52400
author
:
Yogi (@yo)
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment