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:
authorSam Rose <sam@gitlab.com>2016-12-22 02:18:47 +0300
committerSam Rose <sam@gitlab.com>2016-12-28 21:58:59 +0300
commitbff6ca63cf100f6194090f39a2590f3ede6d6fa7 (patch)
treed7db1b29bb9f3bc0eb2063a289f7421708b35cfb /app/assets/stylesheets/framework/lists.scss
parent2ed90c454d91ab2672f52a9760974aa8f0991539 (diff)
Set default sort for tags to Last updated
Fix spacing between nav control elements Wrap navigation text on Tags list page
Diffstat (limited to 'app/assets/stylesheets/framework/lists.scss')
-rw-r--r--app/assets/stylesheets/framework/lists.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index b34f3bf6abc..277d4202950 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -199,6 +199,7 @@ ul.content-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
+ align-items: center;
white-space: nowrap;
}