Merge pull request #6455 from dcinzona/patch-5

[Fixes #6454] Sets the height of the media library correctly
This commit is contained in:
Sébastien Ros
2016-02-25 13:03:25 -08:00

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;