Adjust version text size and layout in collapsed sidebar

This commit is contained in:
Mohammed Imran
2026-02-16 12:42:35 +05:30
parent e4d9fd37b9
commit 1f3936fcad

View File

@@ -1141,7 +1141,7 @@ export default function Page({ children }: Props) {
<div className="px-3 text-xs text-muted-foreground text-center group-data-[collapsible=icon]:hidden">
Version {dokployVersion}
</div>
<div className="hidden text-xs text-muted-foreground text-center group-data-[collapsible=icon]:block">
<div className="hidden text-[10px] text-muted-foreground text-center group-data-[collapsible=icon]:block w-full">
{dokployVersion}
</div>
</>