diff --git a/css/styles.css b/css/styles.css index f013f9d..fec5c98 100644 --- a/css/styles.css +++ b/css/styles.css @@ -573,7 +573,7 @@ input.custom-inline { /* #FilesPage */ .files-wrapper { - height: 85%; + height: 100%; } .files-widget { @@ -581,6 +581,11 @@ input.custom-inline { border-radius: 5px; background-color: #fff; box-shadow: 0px 0px 3px 0px rgba(51,51,51,.2); + height: 100%; +} + +.files-widget .widget-content { + height: 90%; } .files-widget .small.pull-right {