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>2017-06-07 01:38:39 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-06-07 01:38:39 +0300
commit67830322b98eb5353101ce3724fe7ab9fe17a8a5 (patch)
tree6547c893f6d913480971f9dfdd8f9236d0588ffb /app/assets/stylesheets/framework/responsive-tables.scss
parent71f9c43c833531fb6e2231225b74a42dea4ae00c (diff)
Environment detail view
Diffstat (limited to 'app/assets/stylesheets/framework/responsive-tables.scss')
-rw-r--r--app/assets/stylesheets/framework/responsive-tables.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/responsive-tables.scss b/app/assets/stylesheets/framework/responsive-tables.scss
index 94528c7a222..a24483fa431 100644
--- a/app/assets/stylesheets/framework/responsive-tables.scss
+++ b/app/assets/stylesheets/framework/responsive-tables.scss
@@ -19,7 +19,11 @@
.table-section {
white-space: nowrap;
- $section-widths: 10 15 25 30;
+ .branch-commit {
+ max-width: 100%;
+ }
+
+ $section-widths: 10 15 20 25 30 40;
@each $width in $section-widths {
&.section-#{$width} {
flex: 0 0 #{$width + '%'};