fix alignment of checkbox
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="control">
|
||||
<label class="checkbox">
|
||||
<input id="checkbox" type="checkbox">
|
||||
SMS Alarmierung aktiv
|
||||
SMS Alarmierung aktiv
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -73,3 +73,7 @@ input:focus,
|
||||
.StripeElement--webkit-autofill {
|
||||
background-color: #fefde5 !important;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
vertical-align: middle; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user