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:
authorPhil Hughes <me@iamphill.com>2017-11-07 17:24:46 +0300
committerPhil Hughes <me@iamphill.com>2017-11-07 17:24:46 +0300
commit3795ce730162cd1556bd7f62fea8067019cc6d1a (patch)
treeb25c7bea384d0ef3436349c780d8cbe364a8309d /app/assets/stylesheets/pages
parentdc1e6b436268c00bd1fdf3d15597a4656e029b95 (diff)
Fixed multi-file editor table cells content width jumping
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/repo.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index fee4638e20f..d93c51d5448 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -298,3 +298,7 @@
width: 100%;
}
}
+
+.multi-file-table-col-name {
+ width: 350px;
+}