Skip to content

Commit d702be1

Browse files
committed
header cell fix
1 parent db905ce commit d702be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/src/views/repo/repo-branch/components/branch-list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export const BranchesList: FC<BranchListPageProps> = ({
5252

5353
<Table.Head className="w-[15%]" contentClassName="w-full">
5454
<Layout.Grid flow="column" columns="1fr auto 1fr" align="center" justify="center" gapX="2xs">
55-
<Text align="right">{t('views:repos.behind', 'Behind')}</Text>
55+
<span className="text-right">{t('views:repos.behind', 'Behind')}</span>
5656
<Separator orientation="vertical" />
57-
<Text>{t('views:repos.ahead', 'Ahead')}</Text>
57+
<span>{t('views:repos.ahead', 'Ahead')}</span>
5858
</Layout.Grid>
5959
</Table.Head>
6060
<Table.Head className="w-[15%] whitespace-nowrap">{t('views:repos.pullRequest', 'Pull Request')}</Table.Head>

0 commit comments

Comments
 (0)