mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user