Fixing media picker css when files are too long

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-03-01 11:52:18 -08:00
parent 90c1f0f985
commit 50f6a79ce4

View File

@@ -35,6 +35,7 @@ body {
#file-list {
border:1px solid #bdbcbc;
height:325px;
max-width:340px;
max-height:325px;
margin:9px 0 0 0;
overflow:scroll;