mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Merge pull request #6455 from dcinzona/patch-5
[Fixes #6454] Sets the height of the media library correctly
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.zone-content, #content, #main, #layout-content, #layout-main {
|
||||
height: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
min-height: 400px;
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user