diff options
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 2aae73f8bd0..3dc5ef5a396 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -83,7 +83,7 @@ min-width: 688px; /* 768 (mobile break) - 80 (nav width) */ } -#filestable tbody tr { background-color:#fff; height:40px; } +#filestable tbody tr { background-color:#fff; height:51px; } #filestable tbody tr:hover, tbody tr:active { background-color: rgb(240,240,240); } |