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-04-17 18:55:16 +0300
committerBryce Johnson <bryce@gitlab.com>2017-04-17 18:55:16 +0300
commitfd681ee5b688388b2d202816330e03cf688e6f96 (patch)
tree9abc327e3f67c9f06895d7715cd707451f65821d /app/assets/stylesheets/pages/projects.scss
parentf78ecda55d5431f9a74ab2892b516ecb45f24d80 (diff)
Update variable table styles at wider viewport.
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 717ebb44a23..042d25ee064 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -937,20 +937,24 @@ pre.light-well {
// override bootstrap
white-space: normal!important;
- @media (max-width: $screen-sm-max) {
+ @media (max-width: $screen-md-max) {
width: 150px;
max-width: 150px;
}
}
.variable-value {
- @media(max-width: $screen-xs-max) {
+ @media(max-width: $screen-sm-max) {
width: 150px;
max-width: 150px;
overflow: hidden;
word-wrap: break-word;
}
}
+
+ .variable-menu {
+ text-align: right;
+ }
}
.services-installation-info .row {