fixed whitespace for settings input labels for tooltips (#4417)

This commit is contained in:
Martavis Parker 2022-03-02 15:09:32 -08:00 committed by GitHub
parent b053684712
commit 9448c922d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,4 +58,9 @@
}
}
}
// so tooltips won't be triggered with whitespace
.form-field__label {
display: inline-block;
}
}