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:
authorConstance Okoghenun <constanceokoghenun@gmail.com>2019-01-17 18:04:40 +0300
committerConstance Okoghenun <constanceokoghenun@gmail.com>2019-01-17 18:04:40 +0300
commitd30823c73d5cca11defca7f1dd7e9f4739a78069 (patch)
tree1df9214041bf550097fbdc61af4ef5394312d14b /app/assets/stylesheets/components/related_items_list.scss
parent498285d5f45ee2fd8aee3b799f212633d1a17c6a (diff)
Issues related merge requests style updates
- Changed the section title - Updated the padding of items for various breakpoints - Updated the breakpoints for status icons - Replaced project path with name - Added missing i18n
Diffstat (limited to 'app/assets/stylesheets/components/related_items_list.scss')
-rw-r--r--app/assets/stylesheets/components/related_items_list.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components/related_items_list.scss b/app/assets/stylesheets/components/related_items_list.scss
index 40290dfd568..68b55d42073 100644
--- a/app/assets/stylesheets/components/related_items_list.scss
+++ b/app/assets/stylesheets/components/related_items_list.scss
@@ -200,7 +200,6 @@ $item-weight-max-width: 48px;
@include media-breakpoint-up(sm) {
.item-body {
- .item-contents .item-title
.item-contents .item-title {
.mr-title-link,
.sortable-link {
@@ -218,7 +217,7 @@ $item-weight-max-width: 48px;
.item-title {
flex-basis: unset;
- // 98% because we compensate
+ // 95% because we compensate
// for remove button which is
// positioned absolutely
width: 95%;