diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-12-02 13:22:48 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-12-02 13:22:48 +0100 |
commit | 40a11f12c00dc344fe120e3467db0574b8b2e376 (patch) | |
tree | a373e2dc98e35e2b2387bebcced2a732c69a27db | |
parent | 4bb1154f50e4fe5c554b4f6438753704d756ab21 (diff) | |
download | nextcloud-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.css | 1 |
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 { |