mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
fix layout shift in shared reporting view
This commit is contained in:
@@ -75,7 +75,7 @@ watch(currentPage, () => {
|
|||||||
data-testid="reporting_view"
|
data-testid="reporting_view"
|
||||||
class="overflow-hidden">
|
class="overflow-hidden">
|
||||||
<MainContainer
|
<MainContainer
|
||||||
class="py-3 sm:py-5 border-b border-default-background-separator flex justify-between items-center">
|
class="py-3 sm:py-5 min-h-[79px] border-b border-default-background-separator flex justify-between items-center">
|
||||||
<div class="flex items-center space-x-3 sm:space-x-6">
|
<div class="flex items-center space-x-3 sm:space-x-6">
|
||||||
<PageTitle :icon="ChartBarIcon" title="Reporting"></PageTitle>
|
<PageTitle :icon="ChartBarIcon" title="Reporting"></PageTitle>
|
||||||
<ReportingTabNavbar active="shared"></ReportingTabNavbar>
|
<ReportingTabNavbar active="shared"></ReportingTabNavbar>
|
||||||
|
|||||||
Reference in New Issue
Block a user