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
9ac96c4f
Commit
9ac96c4f
authored
Apr 04, 2022
by
Rajat Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gl-sm-ml-auto to align toggle labels
Use gl-sm-ml-auto to align toggle labels
parent
06db7ddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
ee/app/assets/javascripts/related_items_tree/components/related_items_tree_actions.vue
...ated_items_tree/components/related_items_tree_actions.vue
+1
-4
No files found.
ee/app/assets/javascripts/related_items_tree/components/related_items_tree_actions.vue
View file @
9ac96c4f
...
@@ -47,12 +47,9 @@ export default {
...
@@ -47,12 +47,9 @@ export default {
</gl-button>
</gl-button>
</gl-button-group>
</gl-button-group>
</div>
</div>
<div
class=
"ml-auto gl-display-none gl-sm-display-flex"
>
<!-- empty -->
</div>
<div
<div
v-if=
"activeTab === $options.ITEM_TABS.TREE"
v-if=
"activeTab === $options.ITEM_TABS.TREE"
class=
"gl-sm-display-inline-flex gl-display-flex gl-mt-3 gl-sm-mt-0"
class=
"gl-sm-display-inline-flex gl-display-flex gl-mt-3 gl-sm-mt-0
gl-sm-ml-auto
"
>
>
<toggle-labels
class=
"gl-sm-ml-3! gl-ml-0!"
/>
<toggle-labels
class=
"gl-sm-ml-3! gl-ml-0!"
/>
</div>
</div>
...
...
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