Skip to content

Commit

Permalink
🔧 fix padding on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Dec 20, 2021
1 parent a0c9af0 commit 4b7b6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion design-system/projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mprisma/components",
"version": "0.0.67",
"version": "0.0.68",
"repository": {
"type": "git",
"url": "https://github.com/gabriel-gn/prisma-components.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="pm-basic-card">
<div
[ngClass]="{'hoverable': hoverable}"
class="card-basic {{paddingClass}} {{borderRadius ? 'rad-' + borderRadius : ''}} w-100 p-3"
class="card-basic {{paddingClass}} {{borderRadius ? 'rad-' + borderRadius : ''}} w-100"
style="height: auto;">
<ng-content></ng-content>
</div>
Expand Down

1 comment on commit 4b7b6b9

@vercel
Copy link

@vercel vercel bot commented on 4b7b6b9 Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.