summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-17 12:26:20 -0400
committerBryce Johnson <bryce@gitlab.com>2017-04-17 12:26:20 -0400
commit29517307ddc936ab30aadf107de56373fc9f2354 (patch)
tree48087c8b06c74856fe4ed28a23da846970415de7 /app
parentfd681ee5b688388b2d202816330e03cf688e6f96 (diff)
downloadgitlab-ce-29517307ddc936ab30aadf107de56373fc9f2354.tar.gz
Remove breakpoints, use fixed widths.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/projects.scss19
1 files changed, 6 insertions, 13 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 042d25ee064..4cf5a3f7b8d 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -929,27 +929,20 @@ pre.light-well {
}
.variable-key {
- width: 300px;
- max-width: 300px;
+ width: 120px;
+ max-width: 120px;
overflow: hidden;
word-wrap: break-word;
// override bootstrap
white-space: normal!important;
-
- @media (max-width: $screen-md-max) {
- width: 150px;
- max-width: 150px;
- }
}
.variable-value {
- @media(max-width: $screen-sm-max) {
- width: 150px;
- max-width: 150px;
- overflow: hidden;
- word-wrap: break-word;
- }
+ width: 150px;
+ max-width: 150px;
+ overflow: hidden;
+ word-wrap: break-word;
}
.variable-menu {