Improved form input padding (fixes #180)

This commit is contained in:
Bernd Bestel 2019-04-05 18:50:46 +02:00
parent 12082b52ab
commit 3a0bb913d5
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -178,6 +178,11 @@ input::-webkit-inner-spin-button {
background-size: 0 0;
}
/* There is a little too much padding on form inputs */
.form-control {
padding-right: 0.75rem !important;
}
/* Third party component customizations - DataTables */
td {
vertical-align: middle !important;