From 2e8a7d97ce3dfb42af4490a7d35e510f9b73faba Mon Sep 17 00:00:00 2001 From: Behrokh Satarnejad Date: Wed, 18 Mar 2026 10:19:30 +0100 Subject: [PATCH] Set the tab content display to inline in user settings --- .../users/non_working_times/calendar_component.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/components/users/non_working_times/calendar_component.sass b/app/components/users/non_working_times/calendar_component.sass index 42424344f1a..74168254353 100644 --- a/app/components/users/non_working_times/calendar_component.sass +++ b/app/components/users/non_working_times/calendar_component.sass @@ -4,6 +4,10 @@ @media (max-width: $breakpoint-sm) height: 100% +// Set the display of calendar container +#tab-content-non_working_times + display: inline + .users-non-working-times-calendar-view height: 100% @@ -37,3 +41,5 @@ &.fc-day-today background-color: var(--bgColor-accent-muted) !important color: var(--fgColor-accent) !important + +