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
99cccf51
Commit
99cccf51
authored
Dec 28, 2016
by
Fatih Acet
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '26153-refactor-line-length' into 'master'
Refactor line length css Closes #26153 See merge request !8354
parents
12b6fdb1
4052869a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
49 deletions
+4
-49
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+0
-49
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+4
-0
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
99cccf51
// Limit MR description for side-by-side diff view
.container-limited
{
&
.limit-container-width
{
.detail-page-header
{
max-width
:
calc
(
#{
$limited-layout-width
}
-
(
#{
$gl-padding
}
*
2
));
margin-left
:
auto
;
margin-right
:
auto
;
}
.issuable-details
{
.detail-page-description
,
.mr-source-target
,
.mr-state-widget
,
.merge-manually
{
max-width
:
calc
(
#{
$limited-layout-width
}
-
(
#{
$gl-padding
}
*
2
));
margin-left
:
auto
;
margin-right
:
auto
;
}
.merge-request-tabs-holder
{
&
.affix
{
border-bottom
:
1px
solid
$border-color
;
.nav-links
{
border
:
0
;
}
}
.container-fluid
{
padding-left
:
0
;
padding-right
:
0
;
max-width
:
calc
(
#{
$limited-layout-width
}
-
(
#{
$gl-padding
}
*
2
));
margin-left
:
auto
;
margin-right
:
auto
;
}
}
}
.diffs
{
.mr-version-controls
,
.files-changed
{
max-width
:
calc
(
#{
$limited-layout-width
}
-
(
#{
$gl-padding
}
*
2
));
margin-left
:
auto
;
margin-right
:
auto
;
}
}
}
}
.issuable-details
{
section
{
.issuable-discussion
{
...
...
app/assets/stylesheets/pages/merge_requests.scss
View file @
99cccf51
...
...
@@ -424,6 +424,10 @@
.merge-request-tabs-holder
{
background-color
:
$white-light
;
.container-limited
{
max-width
:
$limited-layout-width
;
}
&
.affix
{
top
:
100px
;
left
:
0
;
...
...
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