Skip to content

Commit

Permalink
Resize and use default tileSize for non-resizable tiles (e.g. spaces-…
Browse files Browse the repository at this point in the history
…projects)
  • Loading branch information
pascalwengerter committed Feb 8, 2023
1 parent 27716df commit 668b397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default defineComponent({
.oc-tiles {
column-gap: 1rem;
display: grid;
grid-template-columns: repeat(auto-fill, 14rem);
grid-template-columns: repeat(auto-fill, var(--oc-size-tiles-default));
justify-content: flex-start;
row-gap: 1rem;
Expand Down

0 comments on commit 668b397

Please sign in to comment.