Commit 064d9275 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'remove-extend-fixed-width' into 'master'

Include fixed-width mixin instead of extending the class

See merge request gitlab-org/gitlab-ce!27277
parents 336825c3 81ec60b1
// Limit MR description for side-by-side diff view
.fixed-width-container {
@include fixed-width-container;
}
.issuable-warning-icon {
background-color: $orange-100;
border-radius: $border-radius-default;
......@@ -27,7 +22,7 @@
.files-changed-inner,
.limited-header-width,
.limited-width-notes {
@extend .fixed-width-container;
@include fixed-width-container;
}
.issuable-details {
......@@ -35,13 +30,13 @@
.mr-source-target,
.mr-state-widget,
.merge-manually {
@extend .fixed-width-container;
@include fixed-width-container;
}
}
.merge-request-details {
.emoji-list-container {
@extend .fixed-width-container;
@include fixed-width-container;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment