mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
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:
parent
ea7404a6ef
commit
f4a9ef3bc1
@ -1,5 +1,5 @@
|
|||||||
.zone-content, #content, #main, #layout-content, #layout-main {
|
.zone-content, #content, #main, #layout-content, #layout-main {
|
||||||
height: 100%;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user