Skip to content

Commit

Permalink
fix(ui5-card): fix width (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid committed Jan 30, 2020
1 parent 7f8cfc3 commit e463d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
overflow: hidden;
font-family: var(--sapFontFamily);
font-size: var(--sapFontSize);
box-sizing: border-box;
}

.ui5-card-header {
Expand Down

0 comments on commit e463d23

Please sign in to comment.