MediaAttachmentGrid: fix bad waterfall
This commit is contained in:
parent
a08426d0d1
commit
8a021836cf
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