From 8669e6dad87aff51968c6fd6a49818cce2893ef6 Mon Sep 17 00:00:00 2001 From: ridouku <33499443+ridouku@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:06:10 -0500 Subject: [PATCH 01/10] fix: TT-312 [UI] Calendar the section titles is not responsive (#731) * fix: TT-312 [UI] Calendar the section titles is not responsive * fix: TT-312 [UI] Rebase from master --- .../components/calendar/calendar.component.html | 16 ++++++++-------- .../components/calendar/calendar.component.scss | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/src/app/modules/time-entries/components/calendar/calendar.component.html b/src/app/modules/time-entries/components/calendar/calendar.component.html index 3f8cb8593..58d4e2fea 100644 --- a/src/app/modules/time-entries/components/calendar/calendar.component.html +++ b/src/app/modules/time-entries/components/calendar/calendar.component.html @@ -66,14 +66,14 @@
-
+
-

+

{{ currentDate | date: 'EEEE' }}

@@ -114,7 +114,7 @@