Commit 22c7ea55 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '202050-fix-ide-dropdowns-not-showing' into 'master'

Fix IDE dropdowns not showing up

Closes #202050

See merge request gitlab-org/gitlab!24429
parents 5fb03280 85f82d61
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
</script> </script>
<template> <template>
<div class="ide-new-btn d-none"> <div class="ide-new-btn">
<div <div
:class="{ :class="{
show: isOpen, show: isOpen,
......
...@@ -1224,6 +1224,8 @@ $ide-commit-header-height: 48px; ...@@ -1224,6 +1224,8 @@ $ide-commit-header-height: 48px;
} }
.ide-new-btn { .ide-new-btn {
display: none;
.btn { .btn {
padding: 2px 5px; padding: 2px 5px;
} }
......
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