Commit 649403a3 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Martin Wortschack

Resolve "Incorrect dropdown styling for embedded metric charts"

parent 45b8f11d
......@@ -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