summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/performance_bar.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-21 17:16:25 +0000
committerPhil Hughes <me@iamphill.com>2018-03-21 17:16:25 +0000
commitfc32b5738477772d3fd9ff28a27adf59e8666073 (patch)
tree7a5f92486e6997e143ebed17b038a48a1fd49310 /app/assets/stylesheets/performance_bar.scss
parent40c338a4bbcfbcb1da0a54acfdf730f6bae6763f (diff)
downloadgitlab-ce-fc32b5738477772d3fd9ff28a27adf59e8666073.tar.gz
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;
}