Skip to content

Commit

Permalink
reassign the correct width to crm grid-view
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslyl committed Dec 12, 2024
1 parent 608963b commit 3db7b12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/experiments-realm/crm-app.gts
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,13 @@ class CrmAppTemplate extends Component<typeof AppCard> {
.view-menu {
margin-left: auto;
}
/* Cards grid crm */
.crm-app :where(.card-view-container) {
grid-template-columns: 1fr;
}
.crm-app :where(.grid-view) {
--grid-card-min-width: 300px;
}
</style>
</template>
}
Expand Down

0 comments on commit 3db7b12

Please sign in to comment.