Skip to content

Commit 7c9a9f2

Browse files
authored
fix: project page header in mobile (#5817)
1 parent d38d23d commit 7c9a9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/base/ContentPageHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="flex flex-col gap-2 border-0 border-b border-solid border-divider pb-4">
3-
<div class="flex flex-wrap items-start gap-4">
3+
<div class="flex flex-wrap items-start gap-4 max-md:flex-col">
44
<div class="flex min-w-0 flex-1 gap-4">
55
<slot name="icon" />
66
<div class="flex min-w-0 flex-col gap-2 justify-center">

0 commit comments

Comments
 (0)