Merge pull request #7123 from gconsidine/ui/fix/dropdown-style-collision

Fix style collision with rule used outside of its component
This commit is contained in:
Greg Considine
2017-07-17 17:13:15 -04:00
committed by GitHub

View File

@@ -70,3 +70,13 @@
z-index: 1041;
margin-bottom: 10px;
}
.Paginate-filteringDropdowns {
& > .DashboardGraphs-periodDropdown {
min-width: 50px;
& > ul {
min-width: 50px;
}
}
}