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 19:26:20 +0300
committerBryce Johnson <bryce@gitlab.com>2017-04-17 19:26:20 +0300
commit29517307ddc936ab30aadf107de56373fc9f2354 (patch)
tree48087c8b06c74856fe4ed28a23da846970415de7 /app/assets/stylesheets/pages/projects.scss
parentfd681ee5b688388b2d202816330e03cf688e6f96 (diff)
Remove breakpoints, use fixed widths.
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-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 {