mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Fix list header wrap on item count
This commit is contained in:
parent
0db1c36d86
commit
ba0ec909c8
2 changed files with 23 additions and 25 deletions
|
|
@ -294,7 +294,7 @@ export const SongListHeader = ({ itemCount, tableRef }: SongListHeaderProps) =>
|
|||
sx={{ paddingLeft: 0, paddingRight: 0 }}
|
||||
variant="subtle"
|
||||
>
|
||||
<Group>
|
||||
<Group noWrap>
|
||||
<TextTitle
|
||||
fw="bold"
|
||||
order={3}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue