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 /sass/app.scss
parentd6413f32d6e6748ca4f0ab37be8c929bc1c041f4 (diff)
Fix for input checkboxes
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 48d67026..72201d0f 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -102,4 +102,8 @@
}
.clearfix{
clear: both;
+}
+//Fix NC fucking up our style
+input[type="checkbox"]{
+ min-height: inherit;
} \ No newline at end of file