summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-17 11:55:16 -0400
committerBryce Johnson <bryce@gitlab.com>2017-04-17 11:55:16 -0400
commitfd681ee5b688388b2d202816330e03cf688e6f96 (patch)
tree9abc327e3f67c9f06895d7715cd707451f65821d /app/assets/stylesheets
parentf78ecda55d5431f9a74ab2892b516ecb45f24d80 (diff)
downloadgitlab-ce-fd681ee5b688388b2d202816330e03cf688e6f96.tar.gz
Update variable table styles at wider viewport.
Diffstat (limited to 'app/assets/stylesheets')
-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 {