Commit 4b98cead authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '210303-fix-incorrect-dropdown-styling-for-embedded-metric-charts' into 'master'

Resolve "Incorrect dropdown styling for embedded metric charts"

Closes #210303

See merge request gitlab-org/gitlab!29380
parents 0e91491f 649403a3
......@@ -533,6 +533,17 @@
margin: 0;
font-size: $gl-font-size-small;
}
ul.dropdown-menu {
margin-top: 4px;
margin-bottom: 24px;
padding: 8px 0;
li {
margin: 0;
padding: 0 1px;
}
}
}
}
......
---
title: Fix incorrect dropdown styling for embedded metric charts
merge_request: 29380
author: Gilang Gumilar
type: fixed
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