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-02-05 16:17:29 +0300
committerbrantje <brantje@gmail.com>2017-02-05 16:17:29 +0300
commitf665b6057aab11ebda680b1a1643d1a7f6d7763a (patch)
tree2d188e143585dfd60ba1873a1891ea3b1ebe1cf8 /css/app.css
parentd6413f32d6e6748ca4f0ab37be8c929bc1c041f4 (diff)
Fix for input checkboxes
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 6eca25a1..9c8fd880 100644
--- a/css/app.css
+++ b/css/app.css
@@ -940,4 +940,7 @@
.clearfix {
clear: both; }
+input[type="checkbox"] {
+ min-height: inherit; }
+
/*# sourceMappingURL=app.css.map */