make tooltips not wrap after checkboxes

closes #150
This commit is contained in:
Felix Hamann 2018-09-30 22:33:22 +02:00
parent 1aed431f5e
commit 9e076cf9e5

View File

@ -197,6 +197,7 @@ input[type="checkbox"]:checked::after {
.checkbox,
.radio {
position: relative;
display: inline-block;
[type="checkbox"],
[type="radio"] {