UX: Wider drop down for top page select kit (#12766)

This commit is contained in:
Jordan Vidrine
2021-04-20 15:53:30 -05:00
committed by GitHub
parent 8f244cd1b9
commit f33b7c8f65

View File

@@ -144,9 +144,15 @@
// Misc. stuff
// --------------------------------------------------
#list-area .top-lists h2 {
cursor: pointer;
margin: 5px 0 10px;
#list-area .top-lists {
h2 {
cursor: pointer;
margin: 5px 0 10px;
}
.period-chooser .select-kit-body {
width: 275px;
}
}
#list-area {