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
fdb4069a
Commit
fdb4069a
authored
Sep 12, 2019
by
Denys Mishunov
Committed by
Filipa Lacerda
Sep 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed padding from project filter field
Resolves a regression caused by
https://bit.ly/2k1GozA
parent
da7d0260
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+1
-2
app/views/admin/projects/index.html.haml
app/views/admin/projects/index.html.haml
+1
-1
changelogs/unreleased/mishunov-master-patch-90654.yml
changelogs/unreleased/mishunov-master-patch-90654.yml
+5
-0
No files found.
app/assets/stylesheets/pages/search.scss
View file @
fdb4069a
...
@@ -207,8 +207,7 @@ input[type='checkbox']:hover {
...
@@ -207,8 +207,7 @@ input[type='checkbox']:hover {
pointer-events
:
none
;
pointer-events
:
none
;
}
}
.search-text-input
,
.search-text-input
{
.project-filter-form-field
{
padding-left
:
$gl-padding
+
15px
;
padding-left
:
$gl-padding
+
15px
;
padding-right
:
$gl-padding
+
15px
;
padding-right
:
$gl-padding
+
15px
;
}
}
...
...
app/views/admin/projects/index.html.haml
View file @
fdb4069a
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
.prepend-top-default
.prepend-top-default
.search-holder
.search-holder
=
render
'shared/projects/search_form'
,
autofocus:
true
,
icon:
true
,
admin_view:
true
=
render
'shared/projects/search_form'
,
autofocus:
true
,
admin_view:
true
.dropdown
.dropdown
-
toggle_text
=
'Namespace'
-
toggle_text
=
'Namespace'
-
if
params
[
:namespace_id
].
present?
-
if
params
[
:namespace_id
].
present?
...
...
changelogs/unreleased/mishunov-master-patch-90654.yml
0 → 100644
View file @
fdb4069a
---
title
:
Unified presentation of the filter input field for projects listings
merge_request
:
32706
author
:
type
:
changed
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