fix alignment of checkbox

This commit is contained in:
2020-06-17 17:11:24 +02:00
parent 3ab610ff91
commit 3e13733eff
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<div class="control">
<label class="checkbox">
<input id="checkbox" type="checkbox">
SMS Alarmierung aktiv
SMS Alarmierung aktiv
</label>
</div>
</div>
+4
View File
@@ -73,3 +73,7 @@ input:focus,
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
input[type="checkbox"] {
vertical-align: middle; }