MediaAttachmentGrid: fix bad waterfall
This commit is contained in:
parent
708dbe7d4d
commit
2b2b5ea1ae
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const MediaAttachmentGrid: Component<{
|
||||||
|
|
||||||
css`
|
css`
|
||||||
.attachments {
|
.attachments {
|
||||||
column-count: ${columnCount.toString()};
|
column-count: ${columnCount().toString()};
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue