mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Adjust the appointment-row padding value for the customers page
This commit is contained in:
parent
0beed86b3f
commit
7695cbfdfa
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ body .form-horizontal .controls {
|
|||
}
|
||||
|
||||
#customers-page #customer-appointments .appointment-row {
|
||||
padding: 7px;
|
||||
padding: 0 0 7px 0;
|
||||
border-bottom: 1px solid #e2e2e2;
|
||||
border-right: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue