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:
authorBryce Johnson <bryce@gitlab.com>2017-01-23 20:32:08 +0300
committerBryce Johnson <bryce@gitlab.com>2017-01-23 20:32:08 +0300
commit05a8de40575f2293bf2434aa2775a73844774fdb (patch)
tree9597a6b0a5b8f6aca17ea2ac0f609c2daf9b7f7f /app/assets
parent80c99ff1eb21c852c3b620e51a8619b49a68722e (diff)
Fix size of variable-value column for small screens.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 78a8d73dfdc..3187facbc89 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -946,6 +946,15 @@ pre.light-well {
max-width: 150px;
}
}
+
+ .variable-value {
+ @media(max-width: $screen-xs-max) {
+ width: 150px;
+ max-width: 150px;
+ overflow: hidden;
+ word-wrap: break-word;
+ }
+ }
}
.services-installation-info .row {