summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjbtbnl <jbtbnl@users.noreply.github.com>2014-05-14 10:05:59 +0200
committerjbtbnl <jbtbnl@users.noreply.github.com>2014-05-14 10:05:59 +0200
commitc98edf18cc8f07d49d702eff39cbb48a0a2bf25d (patch)
tree108f7b8f2f11c21f2d309274d47aa5063311a243 /apps
parentc9df98abae741bdca80aa859b5830081895deb0a (diff)
parent7b39704c6163bd3e39d16dfc54090c815c8a1fc7 (diff)
downloadnextcloud-server-c98edf18cc8f07d49d702eff39cbb48a0a2bf25d.tar.gz
nextcloud-server-c98edf18cc8f07d49d702eff39cbb48a0a2bf25d.zip
Merge pull request #8584 from Bagera/master
avoid row resize on filename edit
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css2
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);
}