Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2018-10-10 19:53:17 +0300
committerAndré Luís <aluis@gitlab.com>2018-10-12 01:33:38 +0300
commit52cf955b898ce53d76bf0da83a36bb2579986e5f (patch)
tree023e1d123dda412dc278ffaa2fadd8873c859dbd /app/assets/stylesheets/pages/issuable.scss
parent8f13e0710cb457a17fceeb4e87c2efdd2df8ae19 (diff)
Improve MR file tree on small screens
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 62a9f97caa9..00b06aea898 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -1,8 +1,6 @@
// Limit MR description for side-by-side diff view
.fixed-width-container {
- max-width: $limited-layout-width - ($gl-padding * 2);
- margin-left: auto;
- margin-right: auto;
+ @include fixed-width-container;
}
.issuable-warning-icon {