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
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-05-04 20:19:15 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-05-04 20:19:15 +0300
commit53c46a22dc11b7a01e8a7547c255533d6836b355 (patch)
tree8600a048166f9893eb35483a00383ecf49ca3c35 /app
parentec7dee4f6344bcd8d5eca4c6beef0c4fb2934826 (diff)
parente31b471efc7e9e21011b80a0bce9433a3d899eda (diff)
Merge branch 'compact-files-list' into 'master'
Make files list more compact by reducing row height from 47px to 44px Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @jschatz1 @skyruler See merge request !4007
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/tree.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index 25b5e95583e..a84fc2e0318 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -16,7 +16,7 @@
tr {
> td, > th {
- line-height: 26px;
+ line-height: 23px;
}
&:hover {