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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
05e62ba3
Commit
05e62ba3
authored
May 31, 2016
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MR widget mobile styling
parent
4ec1b65b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletion
+24
-1
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+24
-1
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
05e62ba3
...
...
@@ -41,7 +41,7 @@
margin
:
0
;
margin-left
:
20px
;
padding
:
5px
;
padding-top
:
12
px
;
padding-top
:
8
px
;
line-height
:
20px
;
&
.right
{
...
...
@@ -110,6 +110,29 @@
p
:last-child
{
margin-bottom
:
0
;
}
@media
(
max-width
:
$screen-sm-max
)
{
h4
{
font-size
:
15px
;
}
p
{
font-size
:
13px
;
}
.btn
,
.btn-group
,
.accept-action
{
width
:
100%
;
margin-bottom
:
4px
;
}
.accept-control
{
width
:
100%
;
text-align
:
center
;
margin
:
0
;
}
}
}
.mr-widget-footer
{
...
...
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