diff options
author | Robin Appelman <robin@icewind.nl> | 2016-12-06 15:32:46 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-12-06 15:32:46 +0100 |
commit | d9ae68eca6511be0d7a2f9c4b21e243b19946953 (patch) | |
tree | b5b2ea39f42ee35c98181bfbfd873d0b8538fa62 /core | |
parent | fe31b45934bd7978920ebd88d2089b50cacebc8b (diff) | |
download | nextcloud-server-d9ae68eca6511be0d7a2f9c4b21e243b19946953.tar.gz nextcloud-server-d9ae68eca6511be0d7a2f9c4b21e243b19946953.zip |
fix rename input positioning in ff
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/systemtags.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/systemtags.css b/core/css/systemtags.css index 946f38c821f..d11dc741065 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -39,6 +39,8 @@ .systemtags-select2-dropdown .systemtags-rename-form { display: inline-block; width: calc(100% - 20px); + top: -6px; + position: relative; } .systemtags-select2-dropdown .systemtags-rename-form input { |