Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-29 15:59:24 +0300
committerbrantje <brantje@gmail.com>2017-01-29 17:00:39 +0300
commit39bd0d8b205219db71e5b924854407734cc824db (patch)
tree1de1f55cbb690293075806c425236d6849866d3a /css/app.css
parente0a6ced85d0de2495c81cdad107c0018a4f4a0d4 (diff)
Fix OTP not working
Fix [Object object] for file fields. Add a copy icon to share link Signed-off-by: brantje <brantje@gmail.com>
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index 5908447e..6eca25a1 100644
--- a/css/app.css
+++ b/css/app.css
@@ -937,4 +937,7 @@
padding-right: 0;
padding-left: 0; }
+.clearfix {
+ clear: both; }
+
/*# sourceMappingURL=app.css.map */