File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ export const HeaderMeta = () => {
35
35
< AnimatePresence >
36
36
{ show && (
37
37
< m . div
38
- className = "absolute inset-0 flex min-w-0 items-center justify-between px-0 lg:px-16"
38
+ className = "absolute inset-0 flex min-w-0 items-center justify-between gap-3 px-0 lg:px-16"
39
39
data-testid = "header-meta"
40
40
{ ...animationProps }
41
41
>
42
- < div className = "align-center flex min-w-0 shrink grow flex-col" >
42
+ < div className = "flex min-w-0 shrink grow flex-col" >
43
43
< small className = "min-w-0 truncate" >
44
44
< span className = "text-gray-600/60 dark:text-gray-300/60" >
45
45
{ description }
@@ -50,7 +50,7 @@ export const HeaderMeta = () => {
50
50
</ h2 >
51
51
</ div >
52
52
53
- < div className = "hidden min-w-0 shrink flex-col text-right leading-5 lg:flex" >
53
+ < div className = "hidden min-w-0 shrink-[5] flex-col text-right leading-5 lg:flex" >
54
54
< small className = "min-w-0 truncate whitespace-pre text-gray-600/60 dark:text-gray-300/60" >
55
55
{ ' ' }
56
56
{ slug }
You can’t perform that action at this time.
0 commit comments