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
81ec60b1
Commit
81ec60b1
authored
Apr 11, 2019
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include fixed-width mixin instead of extending the class
parent
0276b868
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+3
-8
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
81ec60b1
// Limit MR description for side-by-side diff view
.fixed-width-container
{
@include
fixed-width-container
;
}
.issuable-warning-icon
{
.issuable-warning-icon
{
background-color
:
$orange-100
;
background-color
:
$orange-100
;
border-radius
:
$border-radius-default
;
border-radius
:
$border-radius-default
;
...
@@ -27,7 +22,7 @@
...
@@ -27,7 +22,7 @@
.files-changed-inner
,
.files-changed-inner
,
.limited-header-width
,
.limited-header-width
,
.limited-width-notes
{
.limited-width-notes
{
@
extend
.
fixed-width-container
;
@
include
fixed-width-container
;
}
}
.issuable-details
{
.issuable-details
{
...
@@ -35,13 +30,13 @@
...
@@ -35,13 +30,13 @@
.mr-source-target
,
.mr-source-target
,
.mr-state-widget
,
.mr-state-widget
,
.merge-manually
{
.merge-manually
{
@
extend
.
fixed-width-container
;
@
include
fixed-width-container
;
}
}
}
}
.merge-request-details
{
.merge-request-details
{
.emoji-list-container
{
.emoji-list-container
{
@
extend
.
fixed-width-container
;
@
include
fixed-width-container
;
}
}
}
}
}
}
...
...
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