From 072ef7f010ca9f48119bc2397a82fdd0aac76beb Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Tue, 14 Jan 2014 22:14:46 +0100
Subject: remove min-width rule to fix mobile views

---
 apps/files/css/files.css | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 2fc86ca537d..74320aba32a 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -65,9 +65,6 @@
 	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);
-- 
cgit v1.2.3