Skip to content

Commit c5d53c2

Browse files
committed
fix(weekly-booking): remove header input group spacing
1 parent 4238f58 commit c5d53c2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

time_tracking/time_tracking/page/weekly_booking/weekly_booking.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ frappe.pages["weekly-booking"].on_page_load = function (wrapper) {
6868
border: 1px solid var(--tt-wb-header-input-border);
6969
color: var(--tt-wb-header-input-text);
7070
}
71+
.weekly-booking #weekly-booking-header .input-group > * {
72+
margin-right: 0;
73+
}
7174
.weekly-booking #weekly-booking-user,
7275
.weekly-booking #weekly-booking-calendar-week {
7376
cursor: default !important;

0 commit comments

Comments
 (0)