Adjust the appointment-row padding value for the customers page

This commit is contained in:
Alex Tselegidis 2022-09-14 12:02:09 +02:00
parent 0beed86b3f
commit 7695cbfdfa
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ body .form-horizontal .controls {
} }
#customers-page #customer-appointments .appointment-row { #customers-page #customer-appointments .appointment-row {
padding: 7px; padding: 0 0 7px 0;
border-bottom: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;
border-right: none; border-right: none;
} }