Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop height CSS rules for each section in source selection boxes
The source selection boxes could have multiple sections like the one on dashboard content page. Each section has a list(ul), if we limit the height of each list, then these lists could overlap when some have many items. The height rules were introduced in 26330cc to align source and destination selection boxes for pages like DashboardInMenu. This commit drops these rules for each list, but as similar height rules still apply to the outer boxes(.contents), the source/destination selection boxes can still be aligned. Note that the destination selection box needs some default space to make the "drop" action work, and because its min-height is "250px", here we change its ancestor(.contents)'s min-height is "350px" to cover the heading(h3).
- Loading branch information