Sets the height of the media library correctly

Sets the height of the media library container to the height of the content (with padding)
This commit is contained in:
Gustavo Tandeciarz 2016-02-22 16:03:16 -05:00
parent ea7404a6ef
commit f4a9ef3bc1

View File

@ -1,5 +1,5 @@
.zone-content, #content, #main, #layout-content, #layout-main {
height: 100%;
height: auto;
display: block;
min-height: 400px;
margin-bottom: 0;