Skip to content

Commit e463d23

Browse files
authoredJan 30, 2020
fix(ui5-card): fix width (#1165)
1 parent 7f8cfc3 commit e463d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/main/src/themes/Card.css

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
overflow: hidden;
1717
font-family: var(--sapFontFamily);
1818
font-size: var(--sapFontSize);
19+
box-sizing: border-box;
1920
}
2021

2122
.ui5-card-header {

0 commit comments

Comments
 (0)