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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-27 22:36:23 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-27 22:36:23 +0300
commit62b22583a76b145c3f4ffa67322cef195cf27579 (patch)
treee2909528327155bc25bfd2a6bb0a380de2cf3a85 /app/assets/stylesheets/framework/lists.scss
parent55dc0941473ab61a3e6c050e362dc3975ba76aab (diff)
parentdca0a42a95d4757f6caeb1fc8866c7ebc570744b (diff)
Merge branch '1659-long-tag-title' into 'master'
Truncate the tag description and improve mobile layout for individual tag Closes #1659 See merge request !8220
Diffstat (limited to 'app/assets/stylesheets/framework/lists.scss')
-rw-r--r--app/assets/stylesheets/framework/lists.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 28a0f9871a2..b34f3bf6abc 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -208,6 +208,11 @@ ul.content-list {
padding-right: 8px;
}
+ .row-fixed-content {
+ flex: 0 0 auto;
+ margin-left: auto;
+ }
+
.row-title {
font-weight: 600;
}