Commit 48ae6e6a authored by Illya Klymov's avatar Illya Klymov

Merge branch 'vs-fix-performance-bar-overflow' into 'master'

Fix overlapping of the performance bar

See merge request gitlab-org/gitlab!36339
parents 348c4e6e c6e35099
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
}; };
</script> </script>
<template> <template>
<div id="peek-request-selector" data-qa-selector="request_dropdown"> <div id="peek-request-selector" data-qa-selector="request_dropdown" class="view">
<select v-model="currentRequestId"> <select v-model="currentRequestId">
<option <option
v-for="request in requests" v-for="request in requests"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment