mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +00:00
Improved form input padding (fixes #180)
This commit is contained in:
parent
12082b52ab
commit
3a0bb913d5
@ -178,6 +178,11 @@ input::-webkit-inner-spin-button {
|
|||||||
background-size: 0 0;
|
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 */
|
/* Third party component customizations - DataTables */
|
||||||
td {
|
td {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user