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:
authorPhil Hughes <me@iamphill.com>2018-03-21 20:16:25 +0300
committerPhil Hughes <me@iamphill.com>2018-03-21 20:16:25 +0300
commitfc32b5738477772d3fd9ff28a27adf59e8666073 (patch)
tree7a5f92486e6997e143ebed17b038a48a1fd49310 /app/assets/stylesheets/performance_bar.scss
parent40c338a4bbcfbcb1da0a54acfdf730f6bae6763f (diff)
Add Vue resource interceptor to performance bar
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 d06148a7bf8..03ecf3ef3cc 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;
}