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
90db8029
Commit
90db8029
authored
Mar 23, 2020
by
Nick Kipling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small style changes to support mobile
parent
1e60e3c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/assets/javascripts/packages/list/components/packages_list_app.vue
...avascripts/packages/list/components/packages_list_app.vue
+1
-1
ee/spec/frontend/packages/list/components/__snapshots__/packages_list_app_spec.js.snap
...t/components/__snapshots__/packages_list_app_spec.js.snap
+1
-1
No files found.
ee/app/assets/javascripts/packages/list/components/packages_list_app.vue
View file @
90db8029
...
...
@@ -79,7 +79,7 @@ export default {
<
template
>
<gl-tabs
@
input=
"tabChanged"
>
<template
#tabs-end
>
<div
class=
"d-flex align-self-center ml-
auto
"
>
<div
class=
"d-flex align-self-center ml-
md-auto py-1 py-md-0
"
>
<package-filter
class=
"mr-1"
@
filter=
"requestPackagesList"
/>
<package-sort
@
sort:changed=
"requestPackagesList"
/>
</div>
...
...
ee/spec/frontend/packages/list/components/__snapshots__/packages_list_app_spec.js.snap
View file @
90db8029
...
...
@@ -350,7 +350,7 @@ exports[`packages_list_app renders 1`] = `
</template>
<template>
<div
class="d-flex align-self-center ml-
auto
"
class="d-flex align-self-center ml-
md-auto py-1 py-md-0
"
>
<package-filter-stub
class="mr-1"
...
...
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