When you visit any file on Wikimedia Commons:
https://commons.wikimedia.org/wiki/File:1581_Bunting_clover_leaf_map.jpg
or
https://commons.wikimedia.org/wiki/File:Bronis%C5%82aw_Opa%C5%82ko_statue.jpg
What happens?:
There is white space between content and categories.
No matter what the size of the content the space is always there.
It's because of this CSS:
.wbmi-tabs-container .wbmi-tab, .wbmi-tabs-container .wbmi-tab.oo-ui-panelLayout {
margin: 1rem 0;
padding: 0;
min-height: 37em;
}(min-height)
What should have happened instead?: There should be no dead space on the page, it looks odd.
Software version (skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Google Chrome 113, Fedora GNU/Linux 37

