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
3ec3de90
Commit
3ec3de90
authored
Jan 08, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
b6144b98
1b3affaf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
16 deletions
+29
-16
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+10
-0
app/views/users/_overview.html.haml
app/views/users/_overview.html.haml
+14
-16
changelogs/unreleased/56010-user-profile-page-horizonal-whitespace-between-overview-columns-breaks-two-column-layout.yml
...ace-between-overview-columns-breaks-two-column-layout.yml
+5
-0
No files found.
app/assets/stylesheets/pages/profile.scss
View file @
3ec3de90
...
...
@@ -249,6 +249,16 @@
.event-item
{
padding-left
:
40px
;
}
@include
media-breakpoint-up
(
lg
)
{
margin-right
:
5px
;
}
}
.projects-block
{
@include
media-breakpoint-up
(
lg
)
{
margin-left
:
5px
;
}
}
@include
media-breakpoint-down
(
xs
)
{
...
...
app/views/users/_overview.html.haml
View file @
3ec3de90
...
...
@@ -9,24 +9,22 @@
.col-md-12.col-lg-6
-
if
can?
(
current_user
,
:read_cross_project
)
.activities-block
.append-right-5
.prepend-top-16
.d-flex.align-items-center.border-bottom
%h4
.flex-grow
=
s_
(
'UserProfile|Activity'
)
=
link_to
s_
(
'UserProfile|View all'
),
user_activity_path
,
class:
"hide js-view-all"
.overview-content-list
{
data:
{
href:
user_path
}
}
.center.light.loading
=
spinner
nil
,
true
.col-md-12.col-lg-6
.projects-block
.prepend-left-5
.prepend-top-16
.d-flex.align-items-center.border-bottom
%h4
.flex-grow
=
s_
(
'UserProfile|
Personal projects
'
)
=
link_to
s_
(
'UserProfile|View all'
),
user_
projects
_path
,
class:
"hide js-view-all"
.overview-content-list
{
data:
{
href:
user_p
rojects_p
ath
}
}
=
s_
(
'UserProfile|
Activity
'
)
=
link_to
s_
(
'UserProfile|View all'
),
user_
activity
_path
,
class:
"hide js-view-all"
.overview-content-list
{
data:
{
href:
user_path
}
}
.center.light.loading
=
spinner
nil
,
true
.col-md-12.col-lg-6
.projects-block
.prepend-top-16
.d-flex.align-items-center.border-bottom
%h4
.flex-grow
=
s_
(
'UserProfile|Personal projects'
)
=
link_to
s_
(
'UserProfile|View all'
),
user_projects_path
,
class:
"hide js-view-all"
.overview-content-list
{
data:
{
href:
user_projects_path
}
}
.center.light.loading
=
spinner
nil
,
true
changelogs/unreleased/56010-user-profile-page-horizonal-whitespace-between-overview-columns-breaks-two-column-layout.yml
0 → 100644
View file @
3ec3de90
---
title
:
Remove horizontal whitespace on user profile overview on small breakpoints
merge_request
:
24189
author
:
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