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:
authorFilipa Lacerda <filipa@gitlab.com>2018-03-23 19:07:04 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-03-23 19:07:04 +0300
commit757da4dd337278c4eba9d9820b1e11d1b3a2fd9d (patch)
tree05a95538b700106978baf199f878c04906780b13 /app/assets/stylesheets/performance_bar.scss
parent457a99c612acf59ec9cc4d0793c53465f914e696 (diff)
parent27cd947489a8afb0ae533f39dafb15140b54d7c8 (diff)
Merge branch 'performance-bar-vue-resource' into 'master'
Add Vue resource interceptor to performance bar See merge request gitlab-org/gitlab-ce!17915
Diffstat (limited to 'app/assets/stylesheets/performance_bar.scss')
-rw-r--r--app/assets/stylesheets/performance_bar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/performance_bar.scss b/app/assets/stylesheets/performance_bar.scss
index d69b390ac27..45ae94abaff 100644
--- a/app/assets/stylesheets/performance_bar.scss
+++ b/app/assets/stylesheets/performance_bar.scss
@@ -15,6 +15,10 @@
line-height: $performance-bar-height;
color: $perf-bar-text;
+ select {
+ width: 200px;
+ }
+
&.disabled {
display: none;
}