diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 5ad9e389c0a57bc4ad8848429fd9e822cc3a82bc..e96fa648157a6c71aff35089036e0879c85c4c33 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -65,6 +65,9 @@
 	top: 44px;
 	width: 100%;
 }
+#filestable, #controls {
+	min-width: 680px;
+}
 #filestable tbody tr { background-color:#fff; height:2.5em; }
 #filestable tbody tr:hover, tbody tr:active {
 	background-color: rgb(240,240,240);