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
196f3da0
Commit
196f3da0
authored
Nov 13, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix approvals responsive wrapping on mobile
Fix
https://gitlab.com/gitlab-org/gitlab-ee/issues/3333
parent
01932584
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+5
-2
changelogs/unreleased-ee/3333-fix-approvals-prefix-responsiveness.yml
...nreleased-ee/3333-fix-approvals-prefix-responsiveness.yml
+5
-0
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
196f3da0
...
...
@@ -715,13 +715,16 @@
.approvals-footer
{
display
:
flex
;
.approvers-prefix
,
.approvers-list
{
.approvers-prefix
{
display
:
flex
;
align-items
:
center
;
flex-wrap
:
wrap
;
}
.approvers-list
{
display
:
flex
;
align-items
:
center
;
.link-to-member-avatar
:not
(
:first-child
)
{
img
{
margin-left
:
0
;
...
...
changelogs/unreleased-ee/3333-fix-approvals-prefix-responsiveness.yml
0 → 100644
View file @
196f3da0
---
title
:
Fix Merge Request Widget Approvals responsiveness on mobile
merge_request
:
author
:
type
:
fixed
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