mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
fix layout bug in time view with small time entries, fixes ST-414
This commit is contained in:
committed by
Constantin Graf
parent
b391f47d1b
commit
3b41d90b07
@@ -101,13 +101,16 @@ const showFreeUpgradeBanner = computed(
|
||||
<MainContainer class="flex items-center justify-between">
|
||||
<div class="flex items-center space-x-1.5">
|
||||
<XCircleIcon class="w-4 text-white/50"></XCircleIcon>
|
||||
<span class="font-medium">
|
||||
Your are currently using the Free Plan.
|
||||
</span>
|
||||
<span
|
||||
>To unlock all premium features & support the development of
|
||||
solidtime, please upgrade your plan.</span
|
||||
>
|
||||
<div class="flex items-center flex-col md:flex-row">
|
||||
<span class="font-medium">
|
||||
You are currently using the Free Plan.
|
||||
</span>
|
||||
<span
|
||||
>To unlock all premium features & support the
|
||||
development of solidtime, please upgrade your
|
||||
plan.</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center space-x-2">
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user