summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-12-02 13:22:48 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-12-02 13:22:48 +0100
commit40a11f12c00dc344fe120e3467db0574b8b2e376 (patch)
treea373e2dc98e35e2b2387bebcced2a732c69a27db
parent4bb1154f50e4fe5c554b4f6438753704d756ab21 (diff)
downloadnextcloud-server-40a11f12c00dc344fe120e3467db0574b8b2e376.tar.gz
nextcloud-server-40a11f12c00dc344fe120e3467db0574b8b2e376.zip
fix vertical sizing change of popover in new folder flow
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--apps/files/css/files.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 35574eab010..f38da42ff59 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -815,6 +815,7 @@ html.ie8 #controls .button.new {
.newFileMenu .filenameform input {
width: 100%;
box-sizing: border-box;
+ margin: -2px 0;
}
#fileList .popovermenu .action {